added halfwidth

This commit is contained in:
Roland Gruber 2013-01-12 11:27:15 +00:00
parent 6a87b8b7c8
commit a1724bb79e
1 changed files with 5 additions and 1 deletions

View File

@ -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
*