summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-09-24 13:14:04 +0300
committerJohn Ahlroos <john@vaadin.com>2012-09-24 13:14:04 +0300
commit6b79c529ec8dd7117377fcce4d350736d7a988cd (patch)
tree183bb38f9503f13c531f0e87575e5bb127b1187f /WebContent/VAADIN/themes
parentce0113c0122b631c080b75bf1fe6de0f6667b035 (diff)
downloadvaadin-framework-6b79c529ec8dd7117377fcce4d350736d7a988cd.tar.gz
vaadin-framework-6b79c529ec8dd7117377fcce4d350736d7a988cd.zip
Fixed different spacing height in IE and Opera #8294
Diffstat (limited to 'WebContent/VAADIN/themes')
-rw-r--r--WebContent/VAADIN/themes/reindeer/layouts/layouts.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss b/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss
index fb47c100f8..1ba348d37b 100644
--- a/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss
+++ b/WebContent/VAADIN/themes/reindeer/layouts/layouts.scss
@@ -35,6 +35,11 @@
width: 6px;
}
+.v-ie .v-spacing,
+.v-op .v-spacing {
+ height: 4px;
+}
+
/* Blue background */
.v-verticallayout-blue,
.v-horizontallayout-blue,