Ignore:
Timestamp:
Mar 8, 2013, 12:40:14 PM (11 years ago)
Author:
mistic100
Message:

question_mark_in_url=false and update css overload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/theme_switch/trunk/style.css

    r16241 r21355  
    11#themeSwitchBox {
     2        padding: 0.5em 5px;
     3        border-radius: 4px;
     4        z-index: 100;
     5        text-align:left;
     6        display: none;
     7        position: absolute;
     8        left: 0; top: 0; /*left, right set through js*/
    29  background-color: #555;
    310  border: 1px solid #000;
    411}
    5 
    612#themeSwitchBox .switchBoxTitle {
     13  padding-bottom:5px;
     14  margin-bottom:5px;
    715  border-bottom: 1px solid #444;
    816}
Note: See TracChangeset for help on using the changeset viewer.