aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/select
diff options
context:
space:
mode:
authorHenri Kerola <henri.kerola@itmill.com>2010-09-21 07:50:08 +0000
committerHenri Kerola <henri.kerola@itmill.com>2010-09-21 07:50:08 +0000
commitb7986c054c2601223d19abf031a1e13863d001e9 (patch)
treea65dbf15ac9746cef959e2d22e313b3eb28e6706 /WebContent/VAADIN/themes/liferay/select
parente0a85e864db84846bc6e25615d2ef22892cb6e05 (diff)
downloadvaadin-framework-b7986c054c2601223d19abf031a1e13863d001e9.tar.gz
vaadin-framework-b7986c054c2601223d19abf031a1e13863d001e9.zip
#5517 related fixes to liferay theme
svn changeset:15092/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/select')
-rw-r--r--WebContent/VAADIN/themes/liferay/select/select.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/select/select.css b/WebContent/VAADIN/themes/liferay/select/select.css
index 323c730d29..48e35f9baa 100644
--- a/WebContent/VAADIN/themes/liferay/select/select.css
+++ b/WebContent/VAADIN/themes/liferay/select/select.css
@@ -7,6 +7,10 @@ select {
background-color: #fff;
}
+.v-ie6 select {
+ font-size: 1em;
+}
+
.v-filterselect-button {
width: 24px;
height: 24px;
@@ -65,4 +69,13 @@ select {
color: #000;
background: #dfe8f6;
border-color: #a3bae9;
+}
+
+.v-filterselect-suggestmenu .gwt-MenuItem .v-icon {
+ float: left;
+}
+
+.v-select-twincol-buttons .v-button-wrap {
+ padding-left: 11px;
+ padding-right: 11px;
} \ No newline at end of file