diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/default-layout.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/template/yoga/admin/default-layout.css b/template/yoga/admin/default-layout.css index f65251a2e..64276df26 100644 --- a/template/yoga/admin/default-layout.css +++ b/template/yoga/admin/default-layout.css @@ -88,8 +88,18 @@ TABLE.doubleSelect TD { width: 50%; } +TABLE.doubleSelect SELECT.categoryList { + width: 100%; +} + FORM#categoryPermissions LI { display:inline; white-space: nowrap; } +FIELDSET#generalConf SPAN.property { + width: 25%; +} +FIELDSET#generalConf TEXTAREA.description { + width: 70%; +} |