summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/reindeer
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-11 14:40:16 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-11 14:40:16 +0000
commit35315b08e78b253c89e902e56455bdf1cda1316c (patch)
treeaac5c07cb2146a585659cd9adf08282570b2d323 /WebContent/ITMILL/themes/reindeer
parent064bc4fe71fa23c9e4a3758e8ff824aeb533686d (diff)
downloadvaadin-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.pngbin0 -> 707 bytes
-rw-r--r--WebContent/ITMILL/themes/reindeer/select/select.css1
-rw-r--r--WebContent/ITMILL/themes/reindeer/styles.css7
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
new file mode 100644
index 0000000000..3cd62e4e95
--- /dev/null
+++ b/WebContent/ITMILL/themes/reindeer/datefield/img/year-prev.png
Binary files 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;