diff options
author | mistic100 <mistic@piwigo.org> | 2012-06-21 10:23:12 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-06-21 10:23:12 +0000 |
commit | b2149f3c10f6dea603fee68070cd0cca9e761355 (patch) | |
tree | a0cdc8a09dd2980b9c8256fc7dd32453b0df57ad /plugins/language_switch/default.css | |
parent | 7fd3211427fda67c442ee26b9a495a3269431b87 (diff) |
[Language Switch] new version using 2.4 drop-down menus
git-svn-id: http://piwigo.org/svn/trunk@15923 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/language_switch/default.css')
-rw-r--r-- | plugins/language_switch/default.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/language_switch/default.css b/plugins/language_switch/default.css new file mode 100644 index 000000000..a73c67366 --- /dev/null +++ b/plugins/language_switch/default.css @@ -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; +}
\ No newline at end of file |