diff options
author | Felix Nagel <info@felixnagel.com> | 2010-12-20 18:22:11 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2010-12-20 18:22:11 +0100 |
commit | a7c1d8c357ebc91aaca60914eda4afdc28be1b64 (patch) | |
tree | ad728ce8681ca77bfe32f587fa7a5f0c2a77b2c0 /demos/selectmenu | |
parent | ecbf017f0d69e2556fe18a8bfb4fcd52c6c6b944 (diff) | |
download | jquery-ui-a7c1d8c357ebc91aaca60914eda4afdc28be1b64.tar.gz jquery-ui-a7c1d8c357ebc91aaca60914eda4afdc28be1b64.zip |
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
Diffstat (limited to 'demos/selectmenu')
-rw-r--r-- | demos/selectmenu/background_image.html | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |