--- no_pager/style.css 2006/08/18 09:41:35 28 +++ no_pager/style.css 2006/08/18 10:25:10 29 @@ -1,38 +1,23 @@ body { font-family: verdana, arial, helvetica, sans-serif ; - font-size: 10pt ; } -.box { - margin: 0.8em 1.0em; padding: 0.5em 1.0em; - background: #eeeeff none; border: solid 1pt #bbbbcc; - -moz-border-radius: 0.4em; -} -.cluster { - margin: 0.8em 1.0em; padding: 0em 1.0em; - border: solid 1pt #bbbbcc; - -moz-border-radius: 0.4em; -} -.error { - margin: 0.8em 1.0em; padding: 1.0em; - background: #ffeeee none; border: solid 1pt #ccbbbb; - -moz-border-radius: 0.4em; -} -.note { - color: #808080; -} - -#debug { +.debug { border: 1px solid #ccc; background-color: #ff8; display: block; position: fixed; right: 0px; bottom: 0px; + padding: 0.5em; + opacity: 0.8; +} + +#debug { width: 20em; height: 20em; - padding: 0.5em; overflow: auto; + display: none; } #debug .hide { @@ -40,7 +25,6 @@ } #debug_show { - display: none; position: fixed; background-color: #ff8; right: 0px;