From 14a0019f52f8f0d4a897ba4312f017adcb61806a Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Mon, 29 Sep 2008 08:52:04 +0000 Subject: [PATCH] fixes #2121 (Mac subwindow theme issue) svn changeset:5533/svn branch:trunk --- WebContent/ITMILL/themes/default/styles.css | 11 +---------- 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; -- 2.39.5