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,9 +27,11 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Group list */
|
/** Group list */
|
||||||
#admin-index_groups div.innerContainer {
|
@media screen {
|
||||||
overflow: auto;
|
#admin-index_groups div.innerContainer {
|
||||||
max-height: 7em;
|
overflow: auto;
|
||||||
|
max-height: 7em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.adminAccountInactive .adminStatus {
|
tr.adminAccountInactive .adminStatus {
|
||||||
|
@ -37,9 +37,11 @@ body {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
/** Group list */
|
/** Group list */
|
||||||
#admin-index_groups div.innerContainer {
|
@media screen {
|
||||||
overflow: auto;
|
#admin-index_groups div.innerContainer {
|
||||||
max-height: 5em;
|
overflow: auto;
|
||||||
|
max-height: 7em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
tr.adminAccountInactive .adminStatus {
|
tr.adminAccountInactive .adminStatus {
|
||||||
color: red;
|
color: red;
|
||||||
@ -184,8 +186,8 @@ select#admin-mailaccount_ident_id {
|
|||||||
}
|
}
|
||||||
@media all {
|
@media all {
|
||||||
div.dhtmlxTree td.standartTreeRow span.selectedTreeRow {
|
div.dhtmlxTree td.standartTreeRow span.selectedTreeRow {
|
||||||
background-color: #FFDD73;
|
background-color: #ffdd73;
|
||||||
color: #1E1E1E;
|
color: #1e1e1e;
|
||||||
}
|
}
|
||||||
/* #############################################################################
|
/* #############################################################################
|
||||||
// iframe
|
// iframe
|
||||||
|
Loading…
Reference in New Issue
Block a user