summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2011-02-17 02:08:30 +0100
committerFelix Nagel <info@felixnagel.com>2011-02-17 02:08:30 +0100
commitefcd9a0c75c947015ea17aed25d19f5bc2ef3b42 (patch)
tree0b0c536bf9fc9514c06c35e7a0721699e08a3f21
parent77c85d78870a0bc0c54ef1d4dd3d09996905cf3f (diff)
downloadjquery-ui-efcd9a0c75c947015ea17aed25d19f5bc2ef3b42.tar.gz
jquery-ui-efcd9a0c75c947015ea17aed25d19f5bc2ef3b42.zip
fixed: vertical alignment, thx to revsystems, see https://github.com/fnagel/jquery-ui/issues#issue/20
-rw-r--r--themes/base/jquery.ui.selectmenu.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.selectmenu.css b/themes/base/jquery.ui.selectmenu.css
index 656d253c2..318941d6e 100644
--- a/themes/base/jquery.ui.selectmenu.css
+++ b/themes/base/jquery.ui.selectmenu.css
@@ -1,6 +1,6 @@
/* Selectmenu
----------------------------------*/
-.ui-selectmenu { display: block; display: inline-block; position: relative; height: 2.2em; text-decoration: none; overflow: hidden; zoom: 1; }
+.ui-selectmenu { display: block; display: inline-block; position: relative; height: 2.2em; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1; }
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; z-index: 1005;} /* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-open { visibility: visible; }