diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-02-05 13:20:25 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-02-05 13:20:25 +0000 |
commit | 37e44d4aaca28fbc0fb7d724386883375394bec4 (patch) | |
tree | 6136bca3b186fb5608e2969c25ff7a6aa0e014a4 /WebContent/ITMILL/themes | |
parent | faa808860a3298114b56bac3dc38079d6e195e7e (diff) | |
download | vaadin-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.css | 2 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/window/window.css | 2 |
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 { |