source: branches/2.7/plugins/language_switch/style.css @ 31040

Last change on this file since 31040 was 31040, checked in by plg, 9 years ago

merge r31039 from trunk to branch 2.7

bug 3212 fixed: add CSS rule to support themes like Modus

File size: 532 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  background-color: #555;
10  border: 1px solid #000;
11}
12
13#languageSwitchBox .switchBoxTitle {
14  padding-bottom:5px;
15  margin-bottom:5px;
16  border-bottom: 1px solid #444;
17}
18#languageSwitchBox a {
19  color:#aaa;
20}
21#languageSwitchBox a:hover {
22  color:#ddd;
23}
24
25[class*="langflag-"] {
26  overflow: hidden;
27  text-indent: -9999px;
28  vertical-align: bottom;
29}
Note: See TracBrowser for help on using the repository browser.