diff options
author | vdigital <vdigital@piwigo.org> | 2009-05-29 21:46:58 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2009-05-29 21:46:58 +0000 |
commit | d5cd582ca257cf5eb9dc38d5f9f25ab7afaade4b (patch) | |
tree | d18cfe930022d9d222cb03e2e4b41927c02e710a /plugins/language_switch/language_switch-default.css | |
parent | 24ce31b9b3c4fa98fd5df10eb1b3c132e833d64e (diff) |
Merge: 3368
+ Language Switch enhanced design and concepts.
git-svn-id: http://piwigo.org/svn/trunk@3369 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/language_switch/language_switch-default.css')
-rw-r--r-- | plugins/language_switch/language_switch-default.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/language_switch/language_switch-default.css b/plugins/language_switch/language_switch-default.css new file mode 100644 index 000000000..4f7872db3 --- /dev/null +++ b/plugins/language_switch/language_switch-default.css @@ -0,0 +1,15 @@ +.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; } +.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 {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 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;} +.menuf ul li:hover ul li a {display:block;} +.menuf ul li:hover ul li:hover ul {display:block; position:absolute; left:0px; top:0;}
\ No newline at end of file |