--- Webpacus/root/search.css 2005/11/26 16:22:02 159 +++ Webpacus/root/search.css 2005/12/31 13:41:02 332 @@ -1,3 +1,11 @@ +/* form */ + +#results_form { + width: 900px; + margin-left: 1%; + margin-right: 1%; +} + /* autocomplete */ div.auto_complete { @@ -28,6 +36,32 @@ padding:0; } +/* databases */ + +.databases { + display: inline; +} + +#database_list { + position: absolute; + top: 150px; + left: 720px; + border: 1px dashed #c0c0c0; + list-style-type:none; + margin: 0.5em; + padding: 2px; + margin-top: -100px; + font-size: 0.9em; + width: 180px; + color: blue; +} + +/* Search and Clear buttons */ + +.buttons { + clear: left; + width: 680px; +} /* messages from search results */ @@ -37,10 +71,13 @@ border: 1px dashed #ff8080; background-color: #ffe0e0; color: #000000; + width: 600px; } /* found x results for 'query' */ + .results { + width: 680px; margin-top: 1em; float: left; font-size: 90%; @@ -64,9 +101,10 @@ /* bar for template switching */ .switch_template { - float: right; + float: left; font-size: 80%; color: #808080; + padding-bottom: 10px; } .switch_template a { @@ -74,9 +112,18 @@ } /* div around results */ + +#results { + width: 690px; + margin-left: 1%; + margin-right: 1%; +} + .html_results { clear: left; float: left; + width: 40px; + width: 690px; } /* pager */ @@ -84,5 +131,34 @@ margin: 0.5em; border-top: 1px dashed #808080; clear: left; - float; left; + float: left; +} + +/* HTML tidy */ + +.tidy { + clear: left; + border: 2px solid #808080; + margin-top: 1em; + padding: 1em; + color: #808080; +} + +.tidy tt { + clear: left; + display: block; + background-color: #e0e0e0; + padding: 2px; + margin-left: 2em; + color: #000000; + text-wrap: suppress; +} + +.tidy_error { + margin-top: 0.5em; + color: #c00000; +} + +.tidy_warning { + color: #c0c000; }