diff options
author | plegall <plg@piwigo.org> | 2011-03-28 12:09:22 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-03-28 12:09:22 +0000 |
commit | 9ae7c2f1f7d608c23f20c5468332bd0dfcd57a6c (patch) | |
tree | 2bfbcfdcc149da29cd9eb9a1cb5fca92e1e6c007 /plugins/language_switch | |
parent | ef04d20c43cd2f9afc910e0c2292cf100f394a10 (diff) |
bug fixed: no border under flags on any themes (including "clear") + flag not sticked to the top of the title bar
git-svn-id: http://piwigo.org/svn/trunk@9904 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/language_switch')
-rw-r--r-- | plugins/language_switch/language_switch-default.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/language_switch/language_switch-default.css b/plugins/language_switch/language_switch-default.css index 4f7872db3..909f3eb5f 100644 --- a/plugins/language_switch/language_switch-default.css +++ b/plugins/language_switch/language_switch-default.css @@ -1,13 +1,13 @@ .flag-pan { width:132px; z-index:100; border-width:1px; border-style: solid; background-color: #999; padding: 2px 5px 10px 5px; } .content ul.categoryActions .flag-pan a img.flags { margin: 5px 2px 10px; } -.content ul.categoryActions .flag-pan a { margin: 0; } +.content ul.categoryActions .flag-pan a { margin: 0; border:none; } .menuf { width:30px; height:24px; display: inline; } -.menuf ul li a, .menuf ul li a:visited {display:block; text-decoration:none; width:44px; height:27px; text-align:center; line-height:27px; overflow:hidden;} +.menuf ul li a, .menuf ul li a:visited {display:block; text-decoration:none; width:44px; height:27px; text-align:center; line-height:27px; overflow:hidden; border:none} .menuf ul {padding:0; margin:0; list-style: none;} .menuf ul li {float:left; position:relative; right: 0; top: 0;} .menuf ul li ul {display: none;}/* specific to non IE browsers */ .menuf li a:hover { border:0 !important;} -.menuf .flags {border-width:1px !important; ; border-style: solid !important; } +.menuf .flags {border-width:1px !important; ; border-style: solid !important; margin-top:5px; } .menuf ul li:hover ul {display:block; position:absolute; top:0px; left:-96px; } .menuf ul li:hover ul li ul {display: none;} .menuf ul li:hover ul li {display: block;} |