svn commit: samba r10225 - in branches/SAMBA_4_0/swat/style/qooxdoo/layouts: .

deryck at samba.org deryck at samba.org
Wed Sep 14 15:08:46 GMT 2005


Author: deryck
Date: 2005-09-14 15:08:46 +0000 (Wed, 14 Sep 2005)
New Revision: 10225

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10225

Log:
Adding back a style rule to qooxdoo that was originally
removed.  This is a cross browser hack that makes for
better performance amone differing browsers.

deryck

Modified:
   branches/SAMBA_4_0/swat/style/qooxdoo/layouts/application.css


Changeset:
Modified: branches/SAMBA_4_0/swat/style/qooxdoo/layouts/application.css
===================================================================
--- branches/SAMBA_4_0/swat/style/qooxdoo/layouts/application.css	2005-09-14 14:54:21 UTC (rev 10224)
+++ branches/SAMBA_4_0/swat/style/qooxdoo/layouts/application.css	2005-09-14 15:08:46 UTC (rev 10225)
@@ -3,3 +3,4 @@
 @import url(../test.css);
 @import url(../themes.css);
 @import url(../widgets.css);
+body,html{overflow:hidden;width:100%;height:100%;} :root,:root > body{overflow:-moz-scrollbars-unscrollable;}



More information about the samba-cvs mailing list