]> git.plutz.net Git - busy/blobdiff - busy.css
whatever
[busy] / busy.css
index 693361af411ccb7671321905defb3218b718c5d6..1abcc6f98372313a8ecd64a58ec46cbef8d53f11 100644 (file)
--- a/busy.css
+++ b/busy.css
@@ -115,6 +115,26 @@ div#LEFT h1{
   margin: 0em 0em .5em 0em;
 }
 
+.search {
+  background-color: #FFF;
+  border-color: #AAF;
+  border-style: solid;
+  border-width: 1px;
+  margin: .6em 0em;
+  padding: .2em .5em .5em .5em;
+  border-radius: 8px;
+  -moz-border-radius: 8px;
+}
+.search h2{
+  font: normal bold 1em sans-serif;
+  text-align: center;
+  color: #66F;
+  margin: 0em 0em .3em 0em;
+  border-style: none none solid none;
+  border-width: 1px;
+  border-color: #AAF;
+}
+
 div#RIGHT {
   position: absolute;
   right: 0px; top: 7em;
@@ -144,6 +164,7 @@ a.function:hover {
 
 form { width: 100%; }
 form textarea { width: 99%; }
+form input { max-width: 99%; }
 
 div.screen {
   position: fixed;