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 | |
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')
-rw-r--r-- | WebContent/ITMILL/themes/base/common/common.css | 6 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/base/styles.css | 6 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 6 | ||||
-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 |
6 files changed, 22 insertions, 4 deletions
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 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; |