diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-01-28 11:27:19 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-01-28 11:27:19 +0000 |
commit | 2847fb7f65752d8586d9456ac9abebeb3bfcfe7a (patch) | |
tree | d0c61b816d3d52b14f4178693d41b2ff7b3d7658 /WebContent/ITMILL/themes/default | |
parent | 8a5410248edd6f5e34d4370248ed9bc0c180c8d1 (diff) | |
download | vaadin-framework-2847fb7f65752d8586d9456ac9abebeb3bfcfe7a.tar.gz vaadin-framework-2847fb7f65752d8586d9456ac9abebeb3bfcfe7a.zip |
Minor fixes to ComboBox styles.
svn changeset:6668/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/default')
-rw-r--r-- | WebContent/ITMILL/themes/default/select/img/bg-left-filter-error.png | bin | 230 -> 992 bytes | |||
-rw-r--r-- | WebContent/ITMILL/themes/default/select/img/bg-left-filter.png | bin | 230 -> 992 bytes | |||
-rw-r--r-- | WebContent/ITMILL/themes/default/select/select.css | 1 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 1 |
4 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/select/img/bg-left-filter-error.png b/WebContent/ITMILL/themes/default/select/img/bg-left-filter-error.png Binary files differindex 0ce4113819..da4a4e4cc9 100644 --- a/WebContent/ITMILL/themes/default/select/img/bg-left-filter-error.png +++ b/WebContent/ITMILL/themes/default/select/img/bg-left-filter-error.png diff --git a/WebContent/ITMILL/themes/default/select/img/bg-left-filter.png b/WebContent/ITMILL/themes/default/select/img/bg-left-filter.png Binary files differindex 246d146d71..4a1d2a2966 100644 --- a/WebContent/ITMILL/themes/default/select/img/bg-left-filter.png +++ b/WebContent/ITMILL/themes/default/select/img/bg-left-filter.png diff --git a/WebContent/ITMILL/themes/default/select/select.css b/WebContent/ITMILL/themes/default/select/select.css index e36e805f1a..596fe25366 100644 --- a/WebContent/ITMILL/themes/default/select/select.css +++ b/WebContent/ITMILL/themes/default/select/select.css @@ -149,6 +149,7 @@ .i-filterselect-suggestmenu .gwt-MenuItem .i-icon { margin-right: 3px; + vertical-align: middle; } .i-filterselect-suggestmenu .gwt-MenuItem-selected { diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index ca03094433..a963d0f94e 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -1390,6 +1390,7 @@ input.i-modified, .i-filterselect-suggestmenu .gwt-MenuItem .i-icon { margin-right: 3px; + vertical-align: middle; } .i-filterselect-suggestmenu .gwt-MenuItem-selected { |