diff options
author | Felix Nagel <info@felixnagel.com> | 2012-11-13 22:22:40 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-11-13 22:22:40 +0100 |
commit | 41609789fa950eb83799d2d344fd99c8937628c2 (patch) | |
tree | 4a09dfc5fa89fb79ea5e791360d2c845792df92a /demos/selectmenu | |
parent | 2bb459f1b645fa252a41e4e96651c103fd39d3ad (diff) | |
download | jquery-ui-41609789fa950eb83799d2d344fd99c8937628c2.tar.gz jquery-ui-41609789fa950eb83799d2d344fd99c8937628c2.zip |
Selectmenu: CSS fix for gravatar demo
Diffstat (limited to 'demos/selectmenu')
-rw-r--r-- | demos/selectmenu/custom_render.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/selectmenu/custom_render.html b/demos/selectmenu/custom_render.html index 637feffa7..6f0603d03 100644 --- a/demos/selectmenu/custom_render.html +++ b/demos/selectmenu/custom_render.html @@ -62,8 +62,9 @@ .ui-icon.podcast { background: url(images/24-podcast-square.png) 0 0 no-repeat; } .ui-icon.rss { background: url(images/24-rss-square.png) 0 0 no-repeat; } - /* native select with CSS avatar icons */ + /* select with CSS avatar icons */ option.avatar { background-repeat: no-repeat !important; padding-left: 20px; } + .ui-icon { background-position: left top; } </style> </head> <body> |