diff options
author | mistic100 <mistic@piwigo.org> | 2013-03-08 12:11:56 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-03-08 12:11:56 +0000 |
commit | a245a11ae06de89f159e3a4f869fd9970d8194a0 (patch) | |
tree | f964a9fe0eaa8922c6b96ec203ac14efd4496707 /plugins/language_switch/style.css | |
parent | ed0d86d0e700e03eaf33775cad9778c91c4a124e (diff) |
Merged revision(s) 21356 from trunk:
[language_switch] update css overload
git-svn-id: http://piwigo.org/svn/branches/2.5@21357 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/language_switch/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/language_switch/style.css b/plugins/language_switch/style.css index 8b330272c..55992d349 100644 --- a/plugins/language_switch/style.css +++ b/plugins/language_switch/style.css @@ -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 { |