diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-04-15 09:55:55 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-04-15 09:55:55 +0000 |
commit | 85a21439fe2ed317827365caca56a101dedc74d4 (patch) | |
tree | ce8b7d0dcf76597d500dbaf2618af54b960fb771 /WebContent/VAADIN/themes/liferay/common | |
parent | 3d58df6b168201bb7ac035aaaa1a198391c7e527 (diff) | |
download | vaadin-framework-85a21439fe2ed317827365caca56a101dedc74d4.tar.gz vaadin-framework-85a21439fe2ed317827365caca56a101dedc74d4.zip |
#6811 Liferay theme IE8 fix also for IE9
svn changeset:18317/svn branch:6.6
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/common')
-rw-r--r-- | WebContent/VAADIN/themes/liferay/common/common.css | 14 |
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 |