--- Webpacus/root/search.css 2005/12/27 23:24:36 331 +++ 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 { @@ -31,20 +39,28 @@ /* databases */ .databases { - border: 1px dashed #c0c0c0; display: inline; } #database_list { + position: absolute; + top: 150px; + left: 720px; + border: 1px dashed #c0c0c0; list-style-type:none; margin: 0.5em; - padding: 0; + 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 */ @@ -55,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%; @@ -82,9 +101,10 @@ /* bar for template switching */ .switch_template { - float: right; + float: left; font-size: 80%; color: #808080; + padding-bottom: 10px; } .switch_template a { @@ -92,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 */ @@ -122,6 +151,7 @@ padding: 2px; margin-left: 2em; color: #000000; + text-wrap: suppress; } .tidy_error {