Changeset 9904 for trunk/plugins


Ignore:
Timestamp:
Mar 28, 2011, 2:09:22 PM (13 years ago)
Author:
plg
Message:

bug fixed: no border under flags on any themes (including "clear") + flag not sticked to the top of the title bar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/language_switch/language_switch-default.css

    r3369 r9904  
    11.flag-pan { width:132px; z-index:100; border-width:1px; border-style: solid; background-color: #999; padding: 2px 5px 10px 5px; }
    22.content ul.categoryActions .flag-pan a img.flags { margin: 5px 2px 10px; }
    3 .content ul.categoryActions .flag-pan a { margin: 0; }
     3.content ul.categoryActions .flag-pan a { margin: 0; border:none; }
    44.menuf { width:30px; height:24px; display: inline; }
    5 .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;}
     5.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}
    66.menuf ul {padding:0; margin:0; list-style: none;}
    77.menuf ul li {float:left; position:relative; right: 0; top: 0;}
    88.menuf ul li ul {display: none;}/* specific to non IE browsers */
    99.menuf li a:hover { border:0 !important;}
    10 .menuf .flags {border-width:1px !important; ; border-style: solid !important; }
     10.menuf .flags {border-width:1px !important; ; border-style: solid !important; margin-top:5px; }
    1111.menuf ul li:hover ul {display:block; position:absolute; top:0px; left:-96px; }
    1212.menuf ul li:hover ul li ul {display: none;}
Note: See TracChangeset for help on using the changeset viewer.