Make group members & applications fully visible when printing

This commit is contained in:
nathangray 2017-10-30 10:14:10 -06:00
parent a4526c98cb
commit 6272adfa16
2 changed files with 12 additions and 8 deletions

View File

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

View File

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