diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/theme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 3357638b5..76fac7a15 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1026,6 +1026,11 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;} padding-left:10px; } +/* Album Manager */ +#addAlbumForm input[name="category_name"], #formCreateAlbum input[name="virtual_name"] { + width:300px; +} + /* Pending Comments */ #pendingComments { padding:0 5px 0 10px; |