diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-18 11:30:01 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-18 11:30:01 +0000 |
commit | 3927c95c9b0b68f8a4bfd78dfc3a13c9962939f4 (patch) | |
tree | ffb3de7e5201d71e70e3f8dfd42979e9bdf70898 /WebContent/VAADIN/themes/reindeer/button | |
parent | eeb91b4948125247c06ba85cd16b1fb03df1ceac (diff) | |
download | vaadin-framework-3927c95c9b0b68f8a4bfd78dfc3a13c9962939f4.tar.gz vaadin-framework-3927c95c9b0b68f8a4bfd78dfc3a13c9962939f4.zip |
Minor update to "poro" theme button styles.
svn changeset:7853/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/button')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/button/button.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/button/button.css b/WebContent/VAADIN/themes/reindeer/button/button.css index b73c32d767..3917dad575 100644 --- a/WebContent/VAADIN/themes/reindeer/button/button.css +++ b/WebContent/VAADIN/themes/reindeer/button/button.css @@ -83,7 +83,7 @@ div > .v-button .v-icon, height: 16px; overflow: hidden; position: relative; - margin: 0 3px 0 0; + margin: 0 3px 0 6px; } .v-ff2 .v-button .v-icon { display: block; @@ -95,8 +95,8 @@ div > .v-button .v-icon, } .v-button .v-icon + .v-button-caption, .v-button .v-icon + .v-errorindicator + .v-button-caption { - margin-left: -19px; - padding-left: 19px; + margin-left: -25px; + padding-left: 25px; } /* Buttons with error indicator */ div > .v-button .v-errorindicator, @@ -126,7 +126,7 @@ div > .v-button .v-errorindicator, .v-ff .v-button .v-errorindicator, .v-sa .v-button .v-errorindicator { top: 2px; - left: 10px; + left: 16px; } /* Buttons with explicit size */ .v-button[style*="width"] .v-button-caption { |