mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
14 lines
266 B
CSS
14 lines
266 B
CSS
#languageSwitchBox {
|
|
padding: 0.5em 5px;
|
|
border-radius: 4px;
|
|
z-index: 100;
|
|
text-align:left;
|
|
display: none;
|
|
position: absolute;
|
|
left: 0; top: 0; /*left, right set through js*/
|
|
}
|
|
|
|
#languageSwitchBox .switchBoxTitle {
|
|
padding-bottom:5px;
|
|
margin-bottom:5px;
|
|
} |