diff options
Diffstat (limited to 'frontends/php/css.css')
| -rw-r--r-- | frontends/php/css.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css index 0f92c34e..5137a0e6 100644 --- a/frontends/php/css.css +++ b/frontends/php/css.css @@ -1,4 +1,5 @@ -body { +body +{ background-color:#778899; margin: 3px 3px 3px 3px; padding: 0px 0px 0px 0px; @@ -37,3 +38,13 @@ body { .img {border-color: #black ; border-width:1px;} img.top {vertical-align:text-top} img.bottom {vertical-align:text-bottom} + +.biginput +{ + font-family: Verdana, Helvetica, Geneva; + font-size: 10px; + border: solid; + border-width: 1px; + border-color: gray; + background-color: white; +} |
