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 diff --git a/plugins/language_switch/flags.tpl b/plugins/language_switch/flags.tpl index 3add5c1a2..e77e89668 100644 --- a/plugins/language_switch/flags.tpl +++ b/plugins/language_switch/flags.tpl @@ -1,50 +1,36 @@ - -