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:
mistic100
2014-05-24 16:24:52 +00:00
parent fea2a4efd1
commit ad10a97f4a
11 changed files with 345 additions and 162 deletions
+7
View File
@@ -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;
}