mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Make group members & applications fully visible when printing
This commit is contained in:
parent
a4526c98cb
commit
6272adfa16
@ -27,10 +27,12 @@ body {
|
||||
}
|
||||
|
||||
/** Group list */
|
||||
@media screen {
|
||||
#admin-index_groups div.innerContainer {
|
||||
overflow: auto;
|
||||
max-height: 7em;
|
||||
}
|
||||
}
|
||||
|
||||
tr.adminAccountInactive .adminStatus {
|
||||
color: red;
|
||||
|
@ -37,9 +37,11 @@ body {
|
||||
background-color: white;
|
||||
}
|
||||
/** Group list */
|
||||
@media screen {
|
||||
#admin-index_groups div.innerContainer {
|
||||
overflow: auto;
|
||||
max-height: 5em;
|
||||
max-height: 7em;
|
||||
}
|
||||
}
|
||||
tr.adminAccountInactive .adminStatus {
|
||||
color: red;
|
||||
@ -184,8 +186,8 @@ select#admin-mailaccount_ident_id {
|
||||
}
|
||||
@media all {
|
||||
div.dhtmlxTree td.standartTreeRow span.selectedTreeRow {
|
||||
background-color: #FFDD73;
|
||||
color: #1E1E1E;
|
||||
background-color: #ffdd73;
|
||||
color: #1e1e1e;
|
||||
}
|
||||
/* #############################################################################
|
||||
// iframe
|
||||
|
Loading…
Reference in New Issue
Block a user