diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-09-29 08:52:04 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-09-29 08:52:04 +0000 |
commit | 14a0019f52f8f0d4a897ba4312f017adcb61806a (patch) | |
tree | 50ab8a5d5c6a2ce76f24b74b144a9938d0dd957e /WebContent | |
parent | 6d2105ae2e008d43f2f6709368181f944ad3c7e1 (diff) | |
download | vaadin-framework-14a0019f52f8f0d4a897ba4312f017adcb61806a.tar.gz vaadin-framework-14a0019f52f8f0d4a897ba4312f017adcb61806a.zip |
fixes #2121 (Mac subwindow theme issue)
svn changeset:5533/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 11 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/window/window.css | 11 |
2 files changed, 2 insertions, 20 deletions
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 64e0b0bf6d..713150016b 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -2217,6 +2217,7 @@ input.i-modified, color: #464f52; font-size: 13px; line-height: 18px; + background: transparent url(window/img/top-left.png) no-repeat top left; } .i-window:before { @@ -2261,16 +2262,6 @@ input.i-modified, vertical-align: middle; /* This has to be 'middle', not 'bottom', to allow larger icons than 16px */ } - -.i-window-outerheader:before { - display: block; - content: ""; - width: 21px; - height: 21px; - margin: -29px 0 6px -32px; - background: transparent url(window/img/top-left.png); -} - .i-window-contents { background: #fff; border: 1px solid #babfc0; diff --git a/WebContent/ITMILL/themes/default/window/window.css b/WebContent/ITMILL/themes/default/window/window.css index ae8ff87d1e..266af2df7c 100644 --- a/WebContent/ITMILL/themes/default/window/window.css +++ b/WebContent/ITMILL/themes/default/window/window.css @@ -2,6 +2,7 @@ color: #464f52; font-size: 13px; line-height: 18px; + background: transparent url(img/top-left.png) no-repeat top left; } .i-window:before { @@ -46,16 +47,6 @@ vertical-align: middle; /* This has to be 'middle', not 'bottom', to allow larger icons than 16px */ } - -.i-window-outerheader:before { - display: block; - content: ""; - width: 21px; - height: 21px; - margin: -29px 0 6px -32px; - background: transparent url(img/top-left.png); -} - .i-window-contents { background: #fff; border: 1px solid #babfc0; |