summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebContent/ITMILL/themes/default/styles.css2
-rw-r--r--WebContent/ITMILL/themes/default/window/window.css2
2 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index 01afcc290a..b2abdec877 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -2624,6 +2624,8 @@ input.i-modified,
height: 8px;
margin-left: 9px;
background: transparent url(window/img/bottom-right.png) no-repeat right top;
+ /* IE7 bug fix */
+ position:relative;
}
.i-window-resizebox {
diff --git a/WebContent/ITMILL/themes/default/window/window.css b/WebContent/ITMILL/themes/default/window/window.css
index 0ead474474..684171ae9b 100644
--- a/WebContent/ITMILL/themes/default/window/window.css
+++ b/WebContent/ITMILL/themes/default/window/window.css
@@ -59,6 +59,8 @@
height: 8px;
margin-left: 9px;
background: transparent url(img/bottom-right.png) no-repeat right top;
+ /* IE7 bug fix */
+ position:relative;
}
.i-window-resizebox {