source: extensions/theme_switch/trunk/default.css @ 20639

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

choose between selectbox or thumbnails grid with a local config option, thumbnail grid use 2.4 drop-downs menus, only an icon appears on toolbar

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