]> source.dussan.org Git - vaadin-framework.git/commitdiff
Minor update to "poro" theme button styles.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 18 May 2009 11:30:01 +0000 (11:30 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 18 May 2009 11:30:01 +0000 (11:30 +0000)
svn changeset:7853/svn branch:6.0

WebContent/VAADIN/themes/reindeer/button/button.css
WebContent/VAADIN/themes/reindeer/styles.css

index b73c32d767cbbe1e4b3b78874e8828674f7a8574..3917dad575270264a16656d093cb2070a9a56b5e 100644 (file)
@@ -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 {
index 065279329eb151defe2504ee98edf3485a2ebbed..4a51cd27074adbd95fa07985301dd7670357547f 100644 (file)
@@ -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 {