diff options
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 654685563..65025eef6 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1043,6 +1043,13 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;} } /* Album Manager */ +#addAlbumForm { + text-align:left; + padding:1em; +} +#addAlbumForm .selectize-dropdown-content { + max-height:170px; +} #addAlbumForm input[name="category_name"], #formCreateAlbum input[name="virtual_name"] { width:300px; } |