Add more rows to category selection in global category edit dialog

This commit is contained in:
Hadi Nategh 2018-06-18 11:50:37 +02:00
parent 22951f5555
commit 78b710450a
3 changed files with 6 additions and 1 deletions

View File

@ -177,3 +177,5 @@ select#admin-mailaccount_ident_id {
font-size: 110%;
}
#admin-acl {width:99%;}
#admin-categories-edit_owner {overflow-y: auto;}

View File

@ -80,7 +80,7 @@
</row>
<row>
<description value="Category owner" for="owner"/>
<taglist statustext="Limit global category to members of a certain group" id="owner" needed="1" height="190" multiple="toggle" class="et2_fullWidth" rows="1" />
<taglist statustext="Limit global category to members of a certain group" id="owner" needed="1" height="190" class="et2_fullWidth" rows="4" />
</row>
<row disabled="!@last_mod">
<description value="Modified"/>

View File

@ -184,6 +184,9 @@ select#admin-mailaccount_ident_id {
#admin-acl {
width: 99%;
}
#admin-categories-edit_owner {
overflow-y: auto;
}
@media all {
div.dhtmlxTree td.standartTreeRow span.selectedTreeRow {
background-color: #ffdd73;