added halfwidth
This commit is contained in:
parent
6a87b8b7c8
commit
a1724bb79e
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue