aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/common/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/common/common.css')
-rw-r--r--WebContent/VAADIN/themes/liferay/common/common.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/common/common.css b/WebContent/VAADIN/themes/liferay/common/common.css
index 36fee4e81a..c8ccb70e30 100644
--- a/WebContent/VAADIN/themes/liferay/common/common.css
+++ b/WebContent/VAADIN/themes/liferay/common/common.css
@@ -48,6 +48,20 @@ div.v-app {
margin-top: -16px;
}
+.v-ie9 .v-menubar-popup,
+.v-ie9 .v-datefield-popup,
+.v-ie9 .v-filterselect-suggestpopup,
+.v-ie9 .v-shadow,
+.v-ie9 .v-shadow-window,
+.v-ie9 .v-window,
+.v-ie9 .v-popupview-popup,
+.v-ie9 .v-tooltip,
+.v-ie9 .v-slider-feedback,
+.v-ie9 .v-Notification,
+.v-ie9 .v-contextmenu {
+ margin-top: -16px;
+}
+
.v-ie6 .v-view {
border-top: none;
} \ No newline at end of file