[Qooxdoo-commit] qooxdoo/source/style demolayout.css,1.1.2.3,1.1.2.4
Brought to you by:
ecker,
martinwittemann
|
From: Sebastian W. <wp...@us...> - 2006-01-25 17:48:10
|
Update of /cvsroot/qooxdoo/qooxdoo/source/style In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23584/source/style Modified Files: Tag: renderer demolayout.css Log Message: Reworked application startup, optimized layout of test examples Index: demolayout.css =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/style/Attic/demolayout.css,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- demolayout.css 24 Jan 2006 16:48:55 -0000 1.1.2.3 +++ demolayout.css 25 Jan 2006 17:47:59 -0000 1.1.2.4 @@ -1,6 +1,8 @@ body{ font-size: 11px; font-family: Arial, "Bitstream Vera Sans", Verdana, sans-serif; + margin: 0; + padding: 0; } #testHead, @@ -58,7 +60,7 @@ #testDescription{ position: absolute; top: 41px; - height: 200px; + height: 80px; overflow: auto; right: 20px; background: #fff; @@ -83,7 +85,7 @@ #testDebug{ position: absolute; - top: 357px; + top: 202px; bottom: 41px; background: #fff; width: 285px; @@ -95,7 +97,8 @@ } * html #testDebug{ - height: expression(document.body.offsetHeight - 400); + top: 190px; + height: expression(document.body.offsetHeight - 232); } #testDebug .head{ @@ -122,7 +125,7 @@ } * html #testDebug .log{ - height: expression(document.body.offsetHeight - 428); + height: expression(document.body.offsetHeight - 260); width: 100%; } @@ -158,10 +161,10 @@ font-family: Tahoma, Verdana, sans-serif; position: absolute; - top: 250px; + top: 127px; right: 20px; width: 285px; - height: 100px; + height: 70px; z-index: 2; } |