diff options
author | Felix Nagel <info@felixnagel.com> | 2011-05-25 00:35:16 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2011-05-25 00:35:16 +0200 |
commit | 9b45fb5ccc814b987c5facd9a0550b6b363d043b (patch) | |
tree | da3845c0391e411b39ac7cd549441120d5382359 | |
parent | 0253a6365314beb0560bff796a115c90e7dcddce (diff) | |
download | jquery-ui-9b45fb5ccc814b987c5facd9a0550b6b363d043b.tar.gz jquery-ui-9b45fb5ccc814b987c5facd9a0550b6b363d043b.zip |
improved: background image demo
-rw-r--r-- | demos/selectmenu/background_image.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/selectmenu/background_image.html b/demos/selectmenu/background_image.html index e985afad6..c22815532 100644 --- a/demos/selectmenu/background_image.html +++ b/demos/selectmenu/background_image.html @@ -18,7 +18,7 @@ body {font-size: 62.5%; font-family:"Verdana",sans-serif; } fieldset { border:0; } label,select,.ui-select-menu { float: left; margin-right: 10px; } - select { width: 200px; } + select { width: 250px; } .ui-selectmenu-menu li a, .ui-selectmenu-status { padding: 0.3em 2em; } /* select with custom icons */ |