- Timestamp:
- 11/26/2011 09:42:24 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/widgets/dropdown/tpw_image_dropdown.css
r435 r676 30 30 /* Code adapted from: http://www.jankoatwarpspeed.com/post/2009/07/28/reinventing-drop-down-with-css-jquery.aspx */ 31 31 32 .dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }32 .dropdown, .dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; } 33 33 .dropdown dd { position:relative; } 34 34 .dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none;} … … 39 39 .dropdown dt a span {cursor:pointer; display:block; padding:5px;} 40 40 .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;} 42 42 .dropdown span.value { display:none;} 43 43 .dropdown dd ul li a { padding:5px; display:block;}
Note: See TracChangeset
for help on using the changeset viewer.
