source: trunk/plugins/language_switch/default.css @ 15923

Last change on this file since 15923 was 15923, checked in by mistic100, 12 years ago

[Language Switch] new version using 2.4 drop-down menus

File size: 266 bytes
Line 
1#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*/
9}
10
11#languageSwitchBox .switchBoxTitle {
12  padding-bottom:5px;
13  margin-bottom:5px;
14}
Note: See TracBrowser for help on using the repository browser.