X-Git-Url: http://git.plutz.net/?p=busy;a=blobdiff_plain;f=busy.css;h=059791d78b24e01a5064e6e33ac83ba4614e01da;hp=693361af411ccb7671321905defb3218b718c5d6;hb=a521af21fd30e34d0ae9cfbf8296c89938312620;hpb=62c3d9c54dec22772956bea9f2ec482c891e511e diff --git a/busy.css b/busy.css index 693361a..059791d 100644 --- a/busy.css +++ b/busy.css @@ -114,6 +114,31 @@ div#LEFT h1{ text-decoration: none; margin: 0em 0em .5em 0em; } +div#RIGHT h1{ + font: normal bold 1.2em sans-serif; + text-decoration: none; + 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; @@ -144,6 +169,7 @@ a.function:hover { form { width: 100%; } form textarea { width: 99%; } +form input { max-width: 99%; } div.screen { position: fixed;