From: Matti Tahvonen Date: Mon, 29 Sep 2008 08:52:04 +0000 (+0000) Subject: fixes #2121 (Mac subwindow theme issue) X-Git-Tag: 6.7.0.beta1~4073 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=14a0019f52f8f0d4a897ba4312f017adcb61806a;p=vaadin-framework.git fixes #2121 (Mac subwindow theme issue) svn changeset:5533/svn branch:trunk --- 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;