aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r--admin/themes/default/theme.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 2e5ab357c..5cbb80517 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -1090,7 +1090,10 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
#addAlbumForm .selectize-dropdown-content {
max-height:170px;
}
-#addAlbumForm input[name="category_name"], #formCreateAlbum input[name="virtual_name"] {
+#addAlbumForm input[name="category_name"] {
+ width:600px;
+}
+#formCreateAlbum input[name="virtual_name"] {
width:300px;
}