]> source.dussan.org Git - vaadin-framework.git/commitdiff
css fixes for select
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 2 Nov 2007 09:59:11 +0000 (09:59 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 2 Nov 2007 09:59:11 +0000 (09:59 +0000)
svn changeset:2674/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/public/default/select/filterselect.css

index f0f4038012dffe6146200917a60f3ced9f7d0ae3..b63e37bd031a3d74b8dd9255055dd13b1e710c85 100644 (file)
@@ -41,6 +41,7 @@
 .i-filterselect-suggestmenu .gwt-MenuItem {
        padding: 1px 5px;
        cursor: pointer;
+       height: 18px;
 }
 
 .i-filterselect-suggestmenu .gwt-MenuItem-selected {
 .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;
 .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%;
 }
 
 .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 {