From: Jouni Koivuviita Date: Mon, 11 May 2009 14:40:16 +0000 (+0000) Subject: Theme updates. X-Git-Tag: 6.7.0.beta1~2919 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=35315b08e78b253c89e902e56455bdf1cda1316c;p=vaadin-framework.git Theme updates. svn changeset:7745/svn branch:6.0 --- diff --git a/WebContent/ITMILL/themes/base/common/common.css b/WebContent/ITMILL/themes/base/common/common.css index ab15255688..deac38ffd5 100644 --- a/WebContent/ITMILL/themes/base/common/common.css +++ b/WebContent/ITMILL/themes/base/common/common.css @@ -73,7 +73,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, diff --git a/WebContent/ITMILL/themes/base/styles.css b/WebContent/ITMILL/themes/base/styles.css index a7b8129611..74fc88d7f4 100644 --- a/WebContent/ITMILL/themes/base/styles.css +++ b/WebContent/ITMILL/themes/base/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, diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 981afe25f8..37b043834e 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/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, diff --git a/WebContent/ITMILL/themes/reindeer/datefield/img/year-prev.png b/WebContent/ITMILL/themes/reindeer/datefield/img/year-prev.png new file mode 100644 index 0000000000..3cd62e4e95 Binary files /dev/null and b/WebContent/ITMILL/themes/reindeer/datefield/img/year-prev.png differ 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;