From: Matti Tahvonen Date: Fri, 2 Nov 2007 09:59:11 +0000 (+0000) Subject: css fixes for select X-Git-Tag: 6.7.0.beta1~5704 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8c02f608a4ab6f74adca3410306112023d1cb68b;p=vaadin-framework.git css fixes for select svn changeset:2674/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/terminal/gwt/public/default/select/filterselect.css b/src/com/itmill/toolkit/terminal/gwt/public/default/select/filterselect.css index f0f4038012..b63e37bd03 100644 --- a/src/com/itmill/toolkit/terminal/gwt/public/default/select/filterselect.css +++ b/src/com/itmill/toolkit/terminal/gwt/public/default/select/filterselect.css @@ -41,6 +41,7 @@ .i-filterselect-suggestmenu .gwt-MenuItem { padding: 1px 5px; cursor: pointer; + height: 18px; } .i-filterselect-suggestmenu .gwt-MenuItem-selected { @@ -53,9 +54,11 @@ .i-filterselect-prevpage-off, .i-filterselect-prevpage { height: 11px; + width:100%; background: transparent url(img/button-bg.png) no-repeat 50% 0; text-align: center; margin: 2px 0 0 0; + overflow:hidden; } .i-filterselect-prevpage { background-position: 50% -1px; @@ -71,9 +74,11 @@ .i-filterselect-prevpage span { display: block; height: 12px; + width:100%; background: transparent url(img/arrow-up.png) no-repeat 50% 40%; text-indent: -90000px; cursor: pointer; + overflow: hidden; } .i-filterselect-nextpage span { background: transparent url(img/arrow-down.png) no-repeat 50% 60%; @@ -94,21 +99,17 @@ } .i-filterselect-status { - position: absolute; - margin-left: 100%; - margin-top: -18px; - background: #b6bbbc; - color: #fff; font-size: 11px; line-height: 11px; - padding: 4px 6px; + width:100%; + padding: 4px 0px; height: 11px; white-space: nowrap; + text-align: center; + margin-top: 2px; + border-top: 1px solid #b6bbbc; } - - - /* IE specific styles */ * html .i-filterselect {