diff options
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/button')
5 files changed, 2 insertions, 70 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/button/button-firefox.css b/WebContent/VAADIN/themes/reindeer/button/button-firefox.css index 76393e637a..4e8a1f58c9 100644 --- a/WebContent/VAADIN/themes/reindeer/button/button-firefox.css +++ b/WebContent/VAADIN/themes/reindeer/button/button-firefox.css @@ -2,19 +2,4 @@ display: -moz-inline-box; padding-top: 6px; height: 20px; - } - - -/* Modifications for buttons with icons * -.v-ff2 .v-button .v-icon, -.v-ff2 .v-button.v-disabled .v-icon { - display: block; - float: left; - margin-top: 4px; - } - -.v-ff2 .v-button-link .v-icon, -.v-ff2 .v-button-link.v-disabled .v-icon { - margin: 0; - } - */
\ No newline at end of file + }
\ No newline at end of file diff --git a/WebContent/VAADIN/themes/reindeer/button/button-ie.css b/WebContent/VAADIN/themes/reindeer/button/button-ie.css index 4aab3e0d5b..aaac6bf0b6 100644 --- a/WebContent/VAADIN/themes/reindeer/button/button-ie.css +++ b/WebContent/VAADIN/themes/reindeer/button/button-ie.css @@ -5,10 +5,6 @@ text-align: left; } - - - - /** * IE6 buttons -------------------------- */ diff --git a/WebContent/VAADIN/themes/reindeer/button/button-opera.css b/WebContent/VAADIN/themes/reindeer/button/button-opera.css deleted file mode 100644 index c1e22c9258..0000000000 --- a/WebContent/VAADIN/themes/reindeer/button/button-opera.css +++ /dev/null @@ -1,8 +0,0 @@ -/*.v-op .v-button:active .v-button-caption { - margin-top: -1px; - margin-left: -1px; -} -.v-op .v-button:active .v-icon + .v-button-caption, -.v-op .v-button:active .v-icon + .v-errorindicator + .v-button-caption { - margin-left: -26px; -}*/
\ No newline at end of file diff --git a/WebContent/VAADIN/themes/reindeer/button/button-safari.css b/WebContent/VAADIN/themes/reindeer/button/button-safari.css deleted file mode 100644 index e32721d261..0000000000 --- a/WebContent/VAADIN/themes/reindeer/button/button-safari.css +++ /dev/null @@ -1,10 +0,0 @@ -.v-sa .v-button-caption { - height: 21px; - padding-top: 5px; - line-height: 17px; - } - -.v-sa .v-button-small .v-button-caption { - height: 18px; - padding-top: 2px; - }
\ No newline at end of file diff --git a/WebContent/VAADIN/themes/reindeer/button/button.css b/WebContent/VAADIN/themes/reindeer/button/button.css index fa8014cddb..14da4facc5 100644 --- a/WebContent/VAADIN/themes/reindeer/button/button.css +++ b/WebContent/VAADIN/themes/reindeer/button/button.css @@ -7,36 +7,5 @@ @import "button-link-style.css"; /* Browser-specific corrections to the standard implementation */ -@import "button-safari.css"; @import "button-firefox.css"; -@import "button-opera.css"; -@import "button-ie.css"; - - - -/* - -.v-ff .v-button .v-errorindicator, -.v-sa .v-button .v-errorindicator { - top: 2px; - left: 16px; -} -/* Buttons with explicit size * -.v-button[style*="width"] .v-button-caption { - display: block; -} -.v-button[style*="width"] .v-icon + .v-button-caption, -.v-button[style*="width"] .v-icon + .v-errorindicator + .v-button-caption { - margin-left: 0; -} -.v-button[style*="width"] .v-icon, -.v-ie7 .v-button .v-icon { - position: absolute; - top: 4px; -} -.v-ie7 .v-button > .v-button-caption { - display: block; - margin-left: 0; -} -*/ - +@import "button-ie.css";
\ No newline at end of file |