Ignore:
Timestamp:
Mar 8, 2013, 1:11:56 PM (11 years ago)
Author:
mistic100
Message:

Merged revision(s) 21356 from trunk:
[language_switch] update css overload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/plugins/language_switch/style.css

    r15923 r21357  
    11#languageSwitchBox {
     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;
     
    512
    613#languageSwitchBox .switchBoxTitle {
     14  padding-bottom:5px;
     15  margin-bottom:5px;
    716  border-bottom: 1px solid #444;
    817}
Note: See TracChangeset for help on using the changeset viewer.