Show
Ignore:
Timestamp:
03/04/08 20:31:59 (9 months ago)
Author:
_ck_
Message:

another IE tweak, ugh

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • admin-instant-menus/trunk/admin-instant-menus.php

    r928 r929  
    44Plugin URI: http://bbpress.org/plugins/topic/95 
    55Description: Makes the third row of options in the admin menu instantly available without extra clicks. Conversion with code and CSS tweaks from WordPress based on <a href="http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/">Ozh</a>'s original.  
    6 Version: 1.01 
     6Version: 1.02 
    77Author: _ck_ 
    88Author http://bbShowcase.org 
     
    151151        <style>  
    152152        $id { 
    153                 height: 1.8em;                 
     153                height: 2em;           
    154154        } 
    155155        $id .current { 
     
    159159        }                        
    160160        #bb-admin-submenu { 
    161                 height: 1.8em; 
    162                 line-height:170%;                
     161                height: 2em;     
    163162        }                
    164163        $id li ul li { 
     
    183182                background: #0D4F32;                             
    184183                margin:0; 
     184                padding-top: 0.2em; 
    185185        } 
    186186        $id li:hover ul,$id li.msieFix ul { 
     
    217217        }        
    218218        $id li.msieFix ul, { 
    219                 margin:2em 0; 
    220219                width:300%; 
    221220                left:0; 
    222221        } 
    223222        $id li ul { 
    224                 margin:2em 0; 
    225                 padding-left: 3em; 
     223                padding-left: 3em;              
     224                margin-top:1.9em;               
    226225        }        
    227226CSS; 
  • admin-instant-menus/trunk/readme.txt

    r928 r929  
    11=== Admin Instant Menus  === 
    2 Tags: admin, administrate, drop-down, menus, slider, _ck_ 
     2Tags: admin, administrate, drop-down, menu, menus, _ck_ 
    33Contributors: _ck_ 
    44Requires at least: 0.8.2