Ignore:
Timestamp:
Nov 21, 2013, 7:10:41 PM (10 years ago)
Author:
mistic100
Message:
  • display info about current logged user
  • add button to hide the bar
  • fix select boxes
File:
1 edited

Legend:

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

    r25617 r25619  
    11.icon-ato-null:before { content: ' '; }
    22
    3 #ato_header {
     3#ato_header, #ato_header_closed {
    44  display:none;
    55  position:fixed;
    66  top:0;
    77  left:0;
    8   width:100%;
    98  background:#464646;
    109  background-image:linear-gradient(to bottom, #383838 0%, #464646 20%, #464646 80%, #383838 100%);
    1110  z-index:1000;
    1211}
    13 #ato_header_root {
    14   padding:0;
    15   margin:0;
    16 }
     12  #ato_header {
     13    width:100%;
     14  }
     15  #ato_header_root {
     16    padding:0;
     17    margin:0;
     18  }
    1719
    1820#ato_header_root li {
     
    2224  white-space:nowrap;
    2325}
    24   #ato_header_root li a {
     26  #ato_header_root li a, #ato_header_closed a {
    2527    display:inline-block;
    2628    padding:5px 10px;
    27     width:100%;
    28     height:100%;
    2929    border:none;
    3030    text-decoration:none;
     
    5050    border-right:1px solid #222;
    5151  }
    52   #ato_header_root>li a {
     52  #ato_header_root>li a, #ato_header_closed a {
    5353    color:#ddd;
    5454    text-shadow:1px 1px 0px #222;
     
    5858    text-shadow:none;
    5959  }
    60   #ato_header_root>li:not(.disabled):hover {
     60  #ato_header_root>li:not(.disabled):hover, #ato_header_closed:hover {
    6161    background:#222;
    6262    background-image:linear-gradient(to bottom, #222, #353535);
     
    107107      padding:2px 3px;
    108108    }
     109
     110#ato_header_closed {
     111  left:10px;
     112  font-size:20px;
     113  border-radius:0 0 20% 20%;
     114  box-shadow:1px 1px 1px rgba(0,0,0,0.5);
     115  width:35px;
     116  height:35px;
     117}
     118  #ato_header_closed a {
     119    padding:4px;
     120  }
     121#ato_header_root a.close-panel {
     122  padding:6px 1px 4px 5px;
     123}
     124#ato_header_root a.close-panel:hover {
     125  color:#d00;
     126}
Note: See TracChangeset for help on using the changeset viewer.