Ignore:
Timestamp:
May 24, 2014, 6:24:52 PM (10 years ago)
Author:
mistic100
Message:

feature 3077 : use selectize on batch_manager_global, cat_modify and photos_add_direct
+ rewrite "add album" popup (more flexible and working with selectize)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/theme.css

    r26399 r28533  
    10441044
    10451045/* Album Manager */
     1046#addAlbumForm {
     1047  text-align:left;
     1048  padding:1em;
     1049}
     1050#addAlbumForm .selectize-dropdown-content {
     1051  max-height:170px;
     1052}
    10461053#addAlbumForm input[name="category_name"], #formCreateAlbum input[name="virtual_name"] {
    10471054  width:300px;
Note: See TracChangeset for help on using the changeset viewer.