Ignore:
Timestamp:
Nov 23, 2013, 4:16:27 PM (10 years ago)
Author:
mistic100
Message:
  • add quick edit form for picture (todo: album)
  • add "Delete photo" button
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdminTools/template/style.css

    r25619 r25654  
    11.icon-ato-null:before { content: ' '; }
     2
     3.token-input-dropdown {
     4  z-index:10000 !important;
     5}
    26
    37#ato_header, #ato_header_closed {
     
    125129  color:#d00;
    126130}
     131
     132
     133#ato_quick_edit {
     134  padding:10px;
     135}
     136  #ato_quick_edit fieldset {
     137    margin:0;
     138    padding:0;
     139    border:none;
     140  }
     141  #ato_quick_edit fieldset.left {
     142    float:left;
     143    width:100px;
     144    text-align:center;
     145  }
     146    #ato_quick_edit input[type="submit"] {
     147      margin:1.5em 0;
     148    }
     149  #ato_quick_edit fieldset.main {
     150    margin:0 0 0 110px;
     151  }
     152    #ato_quick_edit label {
     153      display:block;
     154      font-weight:bold;
     155    }
     156    #ato_quick_edit input, #ato_quick_edit textarea, #ato_quick_edit select {
     157      width:100%;
     158      margin:0 0 1em 0;
     159      border-radius:2px;
     160      padding:2px;
     161      -moz-box-sizing:border-box;
     162      box-sizing:border-box;
     163    }
     164    #ato_quick_edit textarea {
     165      height:110px;
     166    }
     167    #ato_quick_edit ul.token-input-list {
     168      width:100%;
     169      margin:0 0 1em 0;
     170    }
Note: See TracChangeset for help on using the changeset viewer.