mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
[Language Switch] new version using 2.4 drop-down menus
git-svn-id: http://piwigo.org/svn/trunk@15923 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user