r2731 - updated styling in demo with custom icons

r2731 - updated styling in demo with custom icons


Author: scottjehl
Date: Fri Jun 12 10:29:14 2009
New Revision: 2731
Modified:
branches/labs/selectmenu/index.html
Log:
updated styling in demo with custom icons
Modified: branches/labs/selectmenu/index.html
==============================================================================
--- branches/labs/selectmenu/index.html    (original)
+++ branches/labs/selectmenu/index.html    Fri Jun 12 10:29:14 2009
@@ -16,7 +16,8 @@
        select { width: 200px; }
        
        /*select with custom icons*/
-        .video, .podcast, .rss { line-height: 3em; }
+        a.customicons { height: 2.8em;}
+        .customicons li a, a.customicons span.ui-selectmenu-status {
line-height: 2em; padding-left: 30px !important; }
    
    .video .ui-selectmenu-item-icon, .podcast .ui-selectmenu-item-icon, .rss .ui-selectmenu-item-icon
{ height: 24px; width: 24px; }
        .video .ui-selectmenu-item-icon { background:
url(sample_icons/24-video-square.png) 0 0 no-repeat; }
        .podcast .ui-selectmenu-item-icon { background:
url(sample_icons/24-podcast-square.png) 0 0 no-repeat; }