summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/button
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2011-11-22 13:05:51 +0200
committerArtur Signell <artur@vaadin.com>2011-11-22 13:18:48 +0200
commit587658c364b42f810e97678b862c9862f306c7b0 (patch)
treeebbc0e8732c6a9f191db6896e5dca2d7e49d5e8b /WebContent/VAADIN/themes/runo/button
parent8c2dc966215e5b0d3e8a3ce338e1cc1fd9b68465 (diff)
downloadvaadin-framework-587658c364b42f810e97678b862c9862f306c7b0.tar.gz
vaadin-framework-587658c364b42f810e97678b862c9862f306c7b0.zip
#7913 Removed IE7 specific CSS rules
Diffstat (limited to 'WebContent/VAADIN/themes/runo/button')
-rw-r--r--WebContent/VAADIN/themes/runo/button/button.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/WebContent/VAADIN/themes/runo/button/button.css b/WebContent/VAADIN/themes/runo/button/button.css
index 0ab4d60d1d..530c981436 100644
--- a/WebContent/VAADIN/themes/runo/button/button.css
+++ b/WebContent/VAADIN/themes/runo/button/button.css
@@ -56,12 +56,6 @@
text-overflow: ellipsis;
}
-.v-ie7 .v-button .v-button-wrap {
- overflow: visible;
-}
-
-
-
/* Small style */
.v-button-small .v-button-wrap,
.v-disabled.v-button-small .v-button-wrap {
@@ -160,9 +154,3 @@
.v-checkbox .v-errorindicator {
padding-left: 10px;
}
-.v-ie7 .v-checkbox .v-errorindicator {
- padding-right: 7px;
- }
-.v-ie7 .v-button .v-errorindicator {
- padding-right: 5px;
- } \ No newline at end of file