[Qooxdoo-commit] qooxdoo/source/style demolayout.css,1.1.2.5,1.1.2.6
Brought to you by:
ecker,
martinwittemann
|
From: Sebastian W. <wp...@us...> - 2006-01-26 09:33:33
|
Update of /cvsroot/qooxdoo/qooxdoo/source/style In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25187/source/style Modified Files: Tag: renderer demolayout.css Log Message: Improved demo layout Index: demolayout.css =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/style/Attic/demolayout.css,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -d -r1.1.2.5 -r1.1.2.6 --- demolayout.css 25 Jan 2006 17:57:47 -0000 1.1.2.5 +++ demolayout.css 26 Jan 2006 09:33:24 -0000 1.1.2.6 @@ -32,8 +32,9 @@ left: 0px; right: 0px; width: 100%; - background: #2C55B1; - padding: 4px 8px; + background: #335EA8; + padding: 3px 8px; + height: 20px; color: white; font-weight: bold; } @@ -56,89 +57,68 @@ #testFrame{ position: absolute; - top: 36px; - bottom: 36px; - right: 15px; + top: 20px; + bottom: 20px; + right: 0; + width: 280px; background: #fff; - width: 295px; - z-index: 1; - background: #2C55B1; + border-left: 10px solid #335EA8; } * html #testFrame{ - height: expression(document.body.offsetHeight - 72); + height: expression(document.body.offsetHeight - 40); } -#testDescription{ - position: absolute; - top: 41px; - height: 80px; - overflow: auto; - right: 20px; - background: #fff; - width: 285px; +#testFiles{ font-size: 11px; - padding: 4px; - z-index: 2; -} - -#testDescription ol, -#testDescription ul{ - margin-left: 20px; -} + font-family: Tahoma, Verdana, sans-serif; -#testDescription ol li{ - list-style: decimal; + position: absolute; + top: 20px; + right: 0px; + width: 270px; + z-index: 2; } -#testDescription ul li{ - list-style: square; +#testDescription{ + position: absolute; + top: 40px; + height : 120px; + width: 270px; + right: 0; + z-index: 2; + overflow: auto; + border-bottom: 10px solid #335EA8; + padding: 4px 6px; } #testDebug{ position: absolute; - top: 202px; - bottom: 41px; - background: #fff; - width: 285px; - right: 20px; + top: 160px; + bottom: 20px; + right: 0; + width: 270px; font-size: 10px; font-family: "Bitstream Vera Sans Mono", "Courier New", "Courier", monospace; z-index: 2; - overflow: hidden; } * html #testDebug{ - top: 190px; - height: expression(document.body.offsetHeight - 232); -} - -#testDebug .head{ - visibility: visible; - padding: 6px 2px; -} - -#testDebug .head button{ - border: 1px solid #2C55B1; - margin: 0 2px; - font-size: 11px; - font-family: Tahoma, Verdana, sans-serif; + height: expression(document.body.offsetHeight - 180); } #testDebug .log{ - padding: 4px; - overflow: auto; - + overflow: -moz-scrollbars-vertical; + overflow-y: scroll; position: absolute; - top: 26px; - bottom: 0; - left: 0; - right: 0; + top: 30px; + bottom: 0px; + width: 270px; + padding: 4px; } * html #testDebug .log{ - height: expression(document.body.offsetHeight - 260); - width: 100%; + height: expression(document.body.offsetHeight - 210); } #testDebug .message{ @@ -168,37 +148,15 @@ text-decoration: underline; } -#testFiles{ - font-size: 11px; - font-family: Tahoma, Verdana, sans-serif; - - position: absolute; - top: 127px; - right: 20px; - width: 285px; - height: 70px; - - z-index: 2; -} - -#testFiles option{ - padding: 2px 4px; -} - -a{ - color: #2C55B1; - font-weight: bold; -} - -p{ - margin: 4px 0; -} - -hr{ - border: 0 none; - border-bottom: 1px solid #2C55B1; +#testDebug .head{ + visibility: visible; + padding: 6px 2px; } -ol, ul, li{ - list-style: none; +#testDebug .head button{ + border: 1px solid #335EA8; + margin: 0 2px; + font-size: 11px; + background: #EBE9ED; + font-family: Tahoma, Verdana, sans-serif; } |