Make selectBox, in admin->ACL dialog, more visible

This commit is contained in:
Hadi Nategh 2014-04-17 12:09:11 +00:00
parent 7b339a0f5e
commit 2fc95f3101
2 changed files with 7 additions and 2 deletions

View File

@ -50,7 +50,9 @@ td.admin_userAgent span {
overflow: hidden;
text-overflow: ellipsis;
}
#admin-acl_filter {
max-width: 100% !important;
}
.admin_account_delete > * {
padding: 8px;
}

View File

@ -18,7 +18,7 @@
* @package etemplate
* @link http://www.egroupware.org
* @author Ralf Becker <RalfBecker@outdoor-training.de>
* @version $Id: app.css 45312 2014-01-20 19:11:35Z hnategh $
* @version $Id: app.css 46330 2014-03-19 13:20:46Z ralfbecker $
*/
.admin_tree table,
.admin_tree tr,
@ -59,6 +59,9 @@ td.admin_userAgent span {
overflow: hidden;
text-overflow: ellipsis;
}
#admin-acl_filter {
max-width: 100% !important;
}
.admin_account_delete > * {
padding: 8px;
}