]> source.dussan.org Git - vaadin-framework.git/commitdiff
display: inline-block instead of float: right for popup opener (#8313)
authorLeif Åstrand <leif@vaadin.com>
Mon, 20 Feb 2012 12:37:49 +0000 (14:37 +0200)
committerLeif Åstrand <leif@vaadin.com>
Mon, 20 Feb 2012 12:37:49 +0000 (14:37 +0200)
WebContent/VAADIN/themes/base/select/select.css

index 98261b16655a57c8c395e9b772971c9a3ea01bfc..fe50b98ce63c5345865385d1bb98fb72de6926f7 100644 (file)
@@ -75,7 +75,7 @@
        font-style: italic;
 }
 .v-filterselect-button {
-       float: right;
+       display: inline-block;
        cursor: pointer;
        width: 1em;
        height: 1em;