From f8573766bc17af0afacc5d44d3c3d8234b426dbf Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 7 Sep 2007 03:08:44 +0000 Subject: r24985: Start to revert us back to the old-style SWAT, while trying not to loose some of the fixes in the meantime. Andrew Bartlett (This used to be commit 13acff5ed259e7b5859fd2324ea7740b8f9e5fd7) --- swat/style/qooxdoo/layouts/page.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 swat/style/qooxdoo/layouts/page.css (limited to 'swat/style/qooxdoo/layouts/page.css') diff --git a/swat/style/qooxdoo/layouts/page.css b/swat/style/qooxdoo/layouts/page.css new file mode 100644 index 0000000000..42ed7433fa --- /dev/null +++ b/swat/style/qooxdoo/layouts/page.css @@ -0,0 +1,6 @@ +/* Copyright (c): 2002-2005 (Germany): United Internet, 1&1, GMX, Schlund+Partner, Alturo */ +@import url(../core.css); +@import url(../test.css); +@import url(../themes.css); +@import url(../widgets.css); +#testFoot{top:0;bottom:auto;width:300px;left:300px;border-top:0 none;border-bottom:2px solid #fff;} #testFrame{display:none;} #testDebug{bottom:15px;} \ No newline at end of file -- cgit