From a1724bb79e4a419694672c48c1f6fd2ad81e7a0e Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 12 Jan 2013 11:27:15 +0000 Subject: [PATCH] added halfwidth --- lam/style/500_layout.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lam/style/500_layout.css b/lam/style/500_layout.css index c9a3c1d0..c985a6b6 100644 --- a/lam/style/500_layout.css +++ b/lam/style/500_layout.css @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) Copyright (C) 2003 Leonhard Walchshaeusl - Copyright (C) 2005 - 2012 Roland Gruber + Copyright (C) 2005 - 2013 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -221,6 +221,10 @@ div.ui-progressbar-value { width: 100%; } +.halfwidth { + width: 50%; +} + /** * table style for delete.php *