diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-11-09 16:48:12 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-11-09 16:48:54 +0200 |
commit | 7f57fc6b3df5cd1498562acd515833f654b4618b (patch) | |
tree | 75f149d164d4f65e71a28379453722392f4ac99d /WebContent/VAADIN/themes/base/button | |
parent | 4a0cde8a8101fa62a2976f225c78deb1eaef27f8 (diff) | |
download | vaadin-framework-7f57fc6b3df5cd1498562acd515833f654b4618b.tar.gz vaadin-framework-7f57fc6b3df5cd1498562acd515833f654b4618b.zip |
#7912 Remove support for IE6
Diffstat (limited to 'WebContent/VAADIN/themes/base/button')
-rw-r--r-- | WebContent/VAADIN/themes/base/button/button.css | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/WebContent/VAADIN/themes/base/button/button.css b/WebContent/VAADIN/themes/base/button/button.css index 2212120915..874619747e 100644 --- a/WebContent/VAADIN/themes/base/button/button.css +++ b/WebContent/VAADIN/themes/base/button/button.css @@ -29,10 +29,6 @@ cursor: default;
}
-.v-ie6 .v-button {
- display: inline;
-}
-
.v-ie7 .v-button {
display: inline;
}
@@ -117,10 +113,7 @@ zoom: 1;
float: none;
}
-/* Fixes streched buttons in IE6 and IE7*/
-.v-ie6 .v-nativebutton {
- width: 1px;
-}
+/* Fixes stretched buttons in IE7*/
.v-ie .v-nativebutton {
overflow: visible;
padding-left: 1em;
@@ -147,8 +140,7 @@ white-space: nowrap;
}
-/* Fix for IE6/IE7 issue where checkbox moves 1 pixel down after selection (#4636) */
-.v-ie6 .v-checkbox,
+/* Fix for IE7 issue where checkbox moves 1 pixel down after selection (#4636) */
.v-ie7 .v-checkbox {
vertical-align: baseline;
}
|