mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
feature 3077 : use selectize on batch_manager_global, cat_modify and photos_add_direct
+ rewrite "add album" popup (more flexible and working with selectize) git-svn-id: http://piwigo.org/svn/trunk@28533 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user