]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed window rendering for Mac Firefox (no more extra scrollbars).
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 25 Oct 2007 10:05:17 +0000 (10:05 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 25 Oct 2007 10:05:17 +0000 (10:05 +0000)
svn changeset:2591/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/public/default/window/window.css

index 2699e2c1529dbaaa15fd573e3280c7ab422499e3..9eb46b847a8d96a57f93920fa83d327a942e8600 100644 (file)
@@ -1,7 +1,4 @@
 .i-window {
-       /* mac FF fix for scrollbar see thru */
-       position: absolute;
-       font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
        color: #464f52;
        font-size: 13px;
        line-height: 18px;
@@ -18,6 +15,8 @@
 .i-window-wrap {
        padding-left: 20px;
        background: transparent url(img/left-bg.png) repeat-y;
+       /* somehow this won't inherit from .i-window */
+       font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
 }
 
 .i-window-wrap2 {
 .i-window-contents {
        background: #fff;
        border: 1px solid #babfc0;
+       font-size: 13px;
+       line-height: 18px;
 }
 
 .i-window-footer {
        height: 0;
        font-size: 0px;
+       /* Occupy more height to prevent scrollbars in Mac FF */
+       margin-bottom: 46px;
 }
 
 .i-window-footer:before {
@@ -76,7 +79,7 @@
 
 .i-window-resizebox {
        position:absolute;
-       bottom: -21px;
+       bottom: 24px;
        right: 0;
        width: 25px;
        height: 21px;