From: Jouni Koivuviita Date: Mon, 18 May 2009 11:30:01 +0000 (+0000) Subject: Minor update to "poro" theme button styles. X-Git-Tag: 6.7.0.beta1~2855 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3927c95c9b0b68f8a4bfd78dfc3a13c9962939f4;p=vaadin-framework.git Minor update to "poro" theme button styles. svn changeset:7853/svn branch:6.0 --- 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 { diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index 065279329e..4a51cd2707 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -1662,7 +1662,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; @@ -1674,8 +1674,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, @@ -1705,7 +1705,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 {