mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Make selectBox, in admin->ACL dialog, more visible
This commit is contained in:
parent
7b339a0f5e
commit
2fc95f3101
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user