diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-11 14:40:16 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-11 14:40:16 +0000 |
commit | 35315b08e78b253c89e902e56455bdf1cda1316c (patch) | |
tree | aac5c07cb2146a585659cd9adf08282570b2d323 /WebContent/ITMILL/themes/reindeer | |
parent | 064bc4fe71fa23c9e4a3758e8ff824aeb533686d (diff) | |
download | vaadin-framework-35315b08e78b253c89e902e56455bdf1cda1316c.tar.gz vaadin-framework-35315b08e78b253c89e902e56455bdf1cda1316c.zip |
Theme updates.
svn changeset:7745/svn branch:6.0
Diffstat (limited to 'WebContent/ITMILL/themes/reindeer')
-rw-r--r-- | WebContent/ITMILL/themes/reindeer/datefield/img/year-prev.png | bin | 0 -> 707 bytes | |||
-rw-r--r-- | WebContent/ITMILL/themes/reindeer/select/select.css | 1 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/reindeer/styles.css | 7 |
3 files changed, 7 insertions, 1 deletions
diff --git a/WebContent/ITMILL/themes/reindeer/datefield/img/year-prev.png b/WebContent/ITMILL/themes/reindeer/datefield/img/year-prev.png Binary files differnew file mode 100644 index 0000000000..3cd62e4e95 --- /dev/null +++ b/WebContent/ITMILL/themes/reindeer/datefield/img/year-prev.png diff --git a/WebContent/ITMILL/themes/reindeer/select/select.css b/WebContent/ITMILL/themes/reindeer/select/select.css index 736587932b..2851012392 100644 --- a/WebContent/ITMILL/themes/reindeer/select/select.css +++ b/WebContent/ITMILL/themes/reindeer/select/select.css @@ -64,6 +64,7 @@ -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; + overflow: hidden; } .i-filterselect-suggestmenu .gwt-MenuItem { padding: 1px 8px; diff --git a/WebContent/ITMILL/themes/reindeer/styles.css b/WebContent/ITMILL/themes/reindeer/styles.css index 472fd11516..71c3570ae4 100644 --- a/WebContent/ITMILL/themes/reindeer/styles.css +++ b/WebContent/ITMILL/themes/reindeer/styles.css @@ -240,7 +240,11 @@ padding-left: 2px; color: red; } - +.i-form fieldset { + border: none; + padding: 0; + margin: 0; +} /* Field modified */ /* Disabled by default .i-modified, .i-richtextarea.i-modified iframe.gwt-RichTextArea, @@ -2106,6 +2110,7 @@ div > .i-button-small span, -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; + overflow: hidden; } .i-filterselect-suggestmenu .gwt-MenuItem { padding: 1px 8px; |