diff --git a/scuttle.css b/scuttle.css index c2baa8f..e229140 100644 --- a/scuttle.css +++ b/scuttle.css @@ -346,10 +346,14 @@ form { margin: 0; } form#search { - background: #FFF; - color: #555; - font-size: small; - margin-bottom: 1em; + margin-right: 0.75em; + color: #CCC; + font-size: small; + float: right; + margin: 0; + position: absolute; + right: 0; + top: 6.4em; } form label, form td, @@ -376,16 +380,16 @@ p { margin: 1em; } p#sort { - color: #CCC; + /*color: #CCC;*/ font-size: small; - float: right; - margin: 0; - position: absolute; + /*float: right;*/ + /*margin: 0;*/ + /*position: absolute;*/ right: 0; top: 7em; } html > body p#sort { - margin-right: 0.75em; + /*margin-right: 0.75em;*/ } p#sort a { background: #AAA; diff --git a/search.inc.php b/search.inc.php index 1c2cbc3..3900535 100644 --- a/search.inc.php +++ b/search.inc.php @@ -37,7 +37,7 @@ -