diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-11-11 20:14:16 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-11-11 20:14:16 +0000 |
| commit | 2df3ade24eb4e6454cdfb44a56676065600da2f7 (patch) | |
| tree | c7f9522475da349b0154c5cafb71edd6170ec072 /frontends/php | |
| parent | aa6008febe0eec92304f1f12e80e362e1ad1accd (diff) | |
Minor change.
git-svn-id: svn://svn.zabbix.com/trunk@1475 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php')
| -rw-r--r-- | frontends/php/css.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css index 91df161f..daa2ba0e 100644 --- a/frontends/php/css.css +++ b/frontends/php/css.css @@ -16,7 +16,7 @@ td.form_row_l { color: #000000; font-family:verdana, arial, helvetica, sans-serif; - font-size:10px; + font-size:11px; # font-weight: bold; # border-color: #888888; border-color: #222255; @@ -28,7 +28,7 @@ td.form_row_r { color: #000000; font-family:verdana, arial, helvetica, sans-serif; - font-size:10px; + font-size:11px; border-color: #222255; # border-color: #888888; border-width:1px; @@ -40,7 +40,7 @@ td.form_row_first background: #5C7099 url(images/gradients/table_head2.gif) repeat-x top left; color: #FFFFFF; font-family:verdana, arial, helvetica, sans-serif; - font-size:10px; + font-size:11px; font-weight: bold; # background-color: #6d88ad; border-color: #222255; @@ -56,7 +56,7 @@ td.form_row_last { color: #FFFFFF; font-family:verdana, arial, helvetica, sans-serif; - font-size:10px; + font-size:11px; # background-color: #6d88ad; background: #5C7099 url(images/gradients/table_head2.gif) repeat-x top left; border-color: #222255; @@ -241,7 +241,7 @@ img.bottom .biginput { font-family: Verdana, Helvetica, Geneva; - font-size: 10px; + font-size: 11px; border: solid; border-width: 1px; border-color: gray; @@ -251,7 +251,7 @@ img.bottom .biginput:focus { font-family: Verdana, Helvetica, Geneva; - font-size: 10px; + font-size: 11px; border: solid; border-width: 1px; border-color: black; @@ -261,7 +261,7 @@ img.bottom .biginput:hover { font-family: Verdana, Helvetica, Geneva; - font-size: 10px; + font-size: 11px; border: solid; border-width: 1px; border-color: black; @@ -271,7 +271,7 @@ img.bottom .button { font-family: Verdana, Helvetica, Geneva; - font-size: 10px; + font-size: 11px; border: solid; border-width: 1px; border-color: gray; @@ -283,7 +283,7 @@ img.bottom .button:hover { font-family: Verdana, Helvetica, Geneva; - font-size: 10px; + font-size: 11px; text-decoration: underline; border: solid; border-width: 1px; |
