From a7c1d8c357ebc91aaca60914eda4afdc28be1b64 Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Mon, 20 Dec 2010 18:22:11 +0100 Subject: added: display-inline (selectmenus side-by-side) support for modern browsers, works for all but FF2, see https://github.com/fnagel/jquery-ui/issues#issue/20 changed: height of the widget to match jQuery UI button height fixed: small margin issue for background image example --- demos/selectmenu/background_image.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'demos/selectmenu') diff --git a/demos/selectmenu/background_image.html b/demos/selectmenu/background_image.html index 9a9913438..c34afc0cf 100644 --- a/demos/selectmenu/background_image.html +++ b/demos/selectmenu/background_image.html @@ -19,6 +19,7 @@ fieldset { border:0; } label,select,.ui-select-menu { float: left; margin-right: 10px; } select { width: 200px; } + .ui-selectmenu-menu li a, .ui-selectmenu-status { padding: 0.3em 2em; } /* select with custom icons */ body a.customicons { height: 2.8em;} @@ -29,7 +30,7 @@ body .rss .ui-selectmenu-item-icon { background: url(images/24-rss-square.png) 0 0 no-repeat; } /* select with CSS avatar icons */ - option.css-avatar { background-repeat: no-repeat !important; padding-left: 20px;} + option.css-avatar { background-repeat: no-repeat !important; padding-left: 20px; } /* select with big avatar icons */ a.avatar-big { height: 5em; } -- cgit v1.2.3