[Qooxdoo-commit] qooxdoo/source/style demolayout.css,1.1.2.11,1.1.2.12
Brought to you by:
ecker,
martinwittemann
|
From: Sebastian W. <wp...@us...> - 2006-02-08 11:28:50
|
Update of /cvsroot/qooxdoo/qooxdoo/source/style In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25777/source/style Modified Files: Tag: renderer demolayout.css Log Message: Renamed IDs of demolayout to 'demo' Index: demolayout.css =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/style/Attic/demolayout.css,v retrieving revision 1.1.2.11 retrieving revision 1.1.2.12 diff -u -d -r1.1.2.11 -r1.1.2.12 --- demolayout.css 30 Jan 2006 11:42:40 -0000 1.1.2.11 +++ demolayout.css 8 Feb 2006 11:28:40 -0000 1.1.2.12 @@ -9,8 +9,8 @@ margin: 6px 0; } -#testHead, -#testFoot{ +#demoHead, +#demoFoot{ position: absolute; left: 0px; right: 0px; @@ -22,23 +22,23 @@ font-weight: bold; } -#testHead{ +#demoHead{ top: 0px; } -#testHead span{ +#demoHead span{ font-weight: normal; } -#testFoot{ +#demoFoot{ bottom: 0px; } -#testFoot a{ +#demoFoot a{ color: white; } -#testFrame{ +#demoFrame{ position: absolute; top: 20px; bottom: 20px; @@ -48,11 +48,11 @@ border-left: 10px solid #335EA8; } -* html #testFrame{ +* html #demoFrame{ height: expression(document.body.offsetHeight - 40); } -#testFiles{ +#demoFiles{ font-size: 11px; font-family: Tahoma, Verdana, sans-serif; @@ -63,7 +63,7 @@ z-index: 2; } -#testJump{ +#demoJump{ position: absolute; top: 24px; right: 4px; @@ -72,7 +72,7 @@ z-index: 2; } -#testDescription{ +#demoDescription{ position: absolute; top: 44px; height : 120px; @@ -84,11 +84,11 @@ padding: 0px 6px 0px 4px; } -#testDescription p{ +#demoDescription p{ margin: 4px 0; } -#testDebug{ +#demoDebug{ position: absolute; top: 160px; bottom: 24px; @@ -99,11 +99,11 @@ z-index: 2; } -* html #testDebug{ +* html #demoDebug{ height: expression(document.body.offsetHeight - 184); } -#testDebug .log{ +#demoDebug .log{ overflow: -moz-scrollbars-vertical; overflow-y: auto; position: absolute; @@ -113,43 +113,43 @@ padding: 4px; } -* html #testDebug .log{ +* html #demoDebug .log{ height: expression(document.body.offsetHeight - 214); } -#testDebug .message{ +#demoDebug .message{ padding-left: 6px; } -#testDebug .message-default{ +#demoDebug .message-default{ } -#testDebug .message-info{ +#demoDebug .message-info{ background: #DFEBFD; } -#testDebug .message-warning{ +#demoDebug .message-warning{ background: #F5FAAD; } -#testDebug .message-error{ +#demoDebug .message-error{ background: #D2421E; color: #fff; } -#testDebug .group{ +#demoDebug .group{ margin-top: 4px; margin-bottom: 1px; text-decoration: underline; } -#testDebug .head{ +#demoDebug .head{ padding: 8px 2px 4px; } -#testJump button, -#testDebug .head button{ +#demoJump button, +#demoDebug .head button{ border: 1px solid #335EA8; margin: 0 2px; font-size: 11px; @@ -157,11 +157,11 @@ font-family: Tahoma, Verdana, sans-serif; } -#testDebug .head button{ +#demoDebug .head button{ visibility: visible; } -#testJump button{ +#demoJump button{ width: 16px; -moz-appearance: none !important; } \ No newline at end of file |