Ignore:
Timestamp:
Dec 5, 2013, 8:36:36 PM (10 years ago)
Author:
mistic100
Message:

fix security problem, fix sql fatal error, try to fix display on smartpocket

File:
1 edited

Legend:

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

    r25655 r25791  
    77#ato_header, #ato_header_closed {
    88  display:none;
     9}
     10#ato_header, #ato_header_closed:not(.smartpocket) {
    911  position:fixed;
    1012  top:0;
     
    2830  white-space:nowrap;
    2931}
    30   #ato_header_root li a, #ato_header_closed a {
     32  #ato_header_root li a, #ato_header_closed:not(.smartpocket) a {
    3133    display:inline-block;
    3234    padding:5px 10px;
     
    5456    border-right:1px solid #222;
    5557  }
    56   #ato_header_root>li a, #ato_header_closed a {
     58  #ato_header_root>li a, #ato_header_closed:not(.smartpocket) a {
    5759    color:#ddd;
    5860    text-shadow:1px 1px 0px #222;
     
    6264    text-shadow:none;
    6365  }
    64   #ato_header_root>li:not(.disabled):hover, #ato_header_closed:hover {
     66  #ato_header_root>li:not(.disabled):hover, #ato_header_closed:not(.smartpocket):hover {
    6567    background:#222;
    6668    background-image:linear-gradient(to bottom, #222, #353535);
     
    113115    }
    114116
    115 #ato_header_closed {
     117#ato_header_closed:not(.smartpocket) {
    116118  left:10px;
    117119  font-size:20px;
     
    121123  height:35px;
    122124}
    123   #ato_header_closed a {
     125  #ato_header_closed:not(.smartpocket) a {
    124126    padding:4px;
    125127  }
     128#ato_header_closed.smartpocket {
     129  float:left;
     130  margin-right:10px;
     131}
     132  #ato_header_closed.smartpocket .ui-btn-inner {
     133    display:none;
     134  }
     135
    126136#ato_header_root a.close-panel {
    127137  padding:6px 1px 4px 5px;
Note: See TracChangeset for help on using the changeset viewer.