]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #2121 (Mac subwindow theme issue)
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 29 Sep 2008 08:52:04 +0000 (08:52 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 29 Sep 2008 08:52:04 +0000 (08:52 +0000)
svn changeset:5533/svn branch:trunk

WebContent/ITMILL/themes/default/styles.css
WebContent/ITMILL/themes/default/window/window.css

index 64e0b0bf6d96c057d79e0b4e1127ea21da81a970..713150016b45f24d9de7fdd2f47994ae29e1bc05 100644 (file)
@@ -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;
index ae8ff87d1eb1d3f242198ff885b2ee3048ea2550..266af2df7cc26fa8550bbc2a9b2f5471b89ff2be 100644 (file)
@@ -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 {
        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;