diff options
author | plegall <plg@piwigo.org> | 2014-09-18 11:12:22 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-18 11:12:22 +0000 |
commit | 8c8c9829241b081a52013be896c41da0e8e76f0d (patch) | |
tree | 0e99c21f7a5e44e6adec1ef84878d531a7089ae7 /admin/themes/default/theme.css | |
parent | 1826f5371461943ac7450d1ac0d06748c5d5409b (diff) |
enlarge album list to 600px
git-svn-id: http://piwigo.org/svn/trunk@29619 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 5 |
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; } |