From 4f542ffef143d61185f57886df4e073e6b14741e Mon Sep 17 00:00:00 2001 From: hugetoad Date: Wed, 30 Oct 2002 14:15:14 +0000 Subject: Better support for CSS> git-svn-id: svn://svn.zabbix.com/trunk@548 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/css.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'frontends/php/css.css') 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; +} -- cgit