Changeset 676


Ignore:
Timestamp:
11/26/2011 09:42:24 PM (6 months ago)
Author:
ofer
Message:

Fixes for the dropdown css to work better with rtl, an IE somewhere is probably crying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/widgets/dropdown/tpw_image_dropdown.css

    r435 r676  
    3030/* Code adapted from: http://www.jankoatwarpspeed.com/post/2009/07/28/reinventing-drop-down-with-css-jquery.aspx */ 
    3131 
    32 .dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; } 
     32.dropdown, .dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; } 
    3333.dropdown dd { position:relative; } 
    3434.dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none;} 
     
    3939.dropdown dt a span {cursor:pointer; display:block; padding:5px;} 
    4040.dropdown dd ul { background:#e4dfcb none repeat scroll 0 0; border:1px solid #d4ca9a; color:#C5C0B0; display:none; 
    41                   left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:170px; list-style:none;} 
     41                  padding:5px 0px; position:absolute; top:2px; width:auto; min-width:170px; list-style:none;} 
    4242.dropdown span.value { display:none;} 
    4343.dropdown dd ul li a { padding:5px; display:block;} 
Note: See TracChangeset for help on using the changeset viewer.