--- no_pager/style.css 2006/08/18 10:25:10 29 +++ no_pager/style.css 2006/08/18 11:54:32 30 @@ -10,12 +10,12 @@ right: 0px; bottom: 0px; padding: 0.5em; - opacity: 0.8; + opacity: 0.9; } #debug { width: 20em; - height: 20em; + height: 10em; overflow: auto; display: none; } @@ -24,15 +24,31 @@ float: right; } +#debug a, #debug_show a { + text-decoration: none; +} + #debug_show { position: fixed; background-color: #ff8; right: 0px; bottom: 0px; - width: 1em; + width: 5ex; height: 2ex; } +.log-info { +} + +.log-debug { + font-size: 80%; + color: #440; +} + +.log-error { + color: #f00; +}; + #search_form_div { border-bottom: 1px solid #ccc; background-color: #eee;