summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/button
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-18 11:55:55 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-18 11:55:55 +0000
commit3d25bc1f6e75a7b0a79724ed8d6df0307292d3e2 (patch)
treefba8c1988df1b4acc794e16d60a8bc28a6020837 /WebContent/VAADIN/themes/runo/button
parentbaa72fea3a4ec08682fe83058ad76dd85ccb8a13 (diff)
downloadvaadin-framework-3d25bc1f6e75a7b0a79724ed8d6df0307292d3e2.tar.gz
vaadin-framework-3d25bc1f6e75a7b0a79724ed8d6df0307292d3e2.zip
Old default theme renamed to "runo".
svn changeset:7856/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/runo/button')
-rw-r--r--WebContent/VAADIN/themes/runo/button/button.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/button/button.css b/WebContent/VAADIN/themes/runo/button/button.css
new file mode 100644
index 0000000000..4b4cc14759
--- /dev/null
+++ b/WebContent/VAADIN/themes/runo/button/button.css
@@ -0,0 +1,21 @@
+.v-button {
+ font-size: 13px;
+}
+.v-checkbox .v-errorindicator {
+ padding-left: 10px;
+}
+.v-ie6 .v-button,
+.v-ie7 .v-button {
+ padding-left: 10px;
+ padding-right: 10px;
+}
+.v-ie6 .v-checkbox .v-errorindicator {
+ padding-right: 4px;
+}
+.v-ie7 .v-checkbox .v-errorindicator {
+ padding-right: 7px;
+}
+.v-ie6 .v-button .v-errorindicator,
+.v-ie7 .v-button .v-errorindicator {
+ padding-right: 5px;
+} \ No newline at end of file