mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
update css overload
git-svn-id: http://piwigo.org/svn/trunk@21356 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,9 +1,18 @@
|
||||
#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*/
|
||||
background-color: #555;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
#languageSwitchBox .switchBoxTitle {
|
||||
padding-bottom:5px;
|
||||
margin-bottom:5px;
|
||||
border-bottom: 1px solid #444;
|
||||
}
|
||||
#languageSwitchBox a {
|
||||
|
||||
Reference in New Issue
Block a user