Ignore:
Timestamp:
Nov 23, 2013, 5:47:04 PM (10 years ago)
Author:
mistic100
Message:

quick edit for album
add language files
force default language for the toolbar
fix $_GET collision
orange save button
fix popup background color

File:
1 edited

Legend:

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

    r25654 r25655  
    9595    color:#777;
    9696    display:inline-block;
    97     width:60px;
    98     padding:5px 10px;
     97    width:80px;
     98    padding:5px;
    9999    text-align:right;
     100    font-size:11px;
    100101  }
    101102  #ato_header_root ul select, #ato_header_root ul option {
     
    144145    text-align:center;
    145146  }
    146     #ato_quick_edit input[type="submit"] {
    147       margin:1.5em 0;
     147    #ato_quick_edit fieldset.left img {
     148      border-radius:2px;
     149      border:1px solid #111;
    148150    }
    149151  #ato_quick_edit fieldset.main {
     
    165167      height:110px;
    166168    }
     169    #ato_quick_edit input[type="submit"] {
     170      margin:1.5em 0;
     171      cursor:pointer;
     172      background:#e60;
     173      border:none;
     174      color:#fff;
     175    }
     176      #ato_quick_edit input[type="submit"]:hover {
     177        background:#EF962F;
     178      }
    167179    #ato_quick_edit ul.token-input-list {
    168180      width:100%;
Note: See TracChangeset for help on using the changeset viewer.