]> source.dussan.org Git - vaadin-framework.git/commitdiff
#6811 Liferay theme IE8 fix also for IE9
authorArtur Signell <artur.signell@itmill.com>
Fri, 15 Apr 2011 09:55:55 +0000 (09:55 +0000)
committerArtur Signell <artur.signell@itmill.com>
Fri, 15 Apr 2011 09:55:55 +0000 (09:55 +0000)
svn changeset:18317/svn branch:6.6

WebContent/VAADIN/themes/liferay/common/common.css
WebContent/VAADIN/themes/liferay/styles.css

index 36fee4e81a5becd25169167217de0844571024da..c8ccb70e30409ef6fe0b13ab47b5bf0b86896c1b 100644 (file)
@@ -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
index 4dbf9aafff920231f305a4d4f1e57128228f02c2..fdf7ee25a7487803d0bed00ae58bf619d2abf1ea 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_5_4_dev-20110324";}
-.v-theme-version-6_5_4_dev-20110324 {display: none;}
+.v-theme-version:after {content:"6_6_0_dev-20110415";}
+.v-theme-version-6_6_0_dev-20110415 {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -2470,6 +2470,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;
 }