summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2009-02-05 13:20:25 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2009-02-05 13:20:25 +0000
commit37e44d4aaca28fbc0fb7d724386883375394bec4 (patch)
tree6136bca3b186fb5608e2969c25ff7a6aa0e014a4 /WebContent/ITMILL/themes
parentfaa808860a3298114b56bac3dc38079d6e195e7e (diff)
downloadvaadin-framework-37e44d4aaca28fbc0fb7d724386883375394bec4.tar.gz
vaadin-framework-37e44d4aaca28fbc0fb7d724386883375394bec4.zip
fixes #2526
svn changeset:6741/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes')
-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 {