From 77e35cf62a7363ff32a16de2165f9d220ffec1d8 Mon Sep 17 00:00:00 2001 From: osmiy Date: Thu, 16 Feb 2006 10:34:57 +0000 Subject: - Frontend improvement. (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2647 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/css.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'frontends/php/css.css') diff --git a/frontends/php/css.css b/frontends/php/css.css index 2736bc17..f13f8af4 100644 --- a/frontends/php/css.css +++ b/frontends/php/css.css @@ -342,6 +342,14 @@ td.header_r width: 100%; } +/**************** GRAPH ****************/ + +table.graph +{ + width: 100%; + text-align: center; +} + /**************** PAGE HEADER ****************/ table.page_header { @@ -448,6 +456,7 @@ table.home img.top { vertical-align:text-top } img.bottom { vertical-align:text-bottom } +/**************** FORM ELEMENTS ****************/ .biginput { font-family: Verdana, Helvetica, Geneva; @@ -472,6 +481,8 @@ img.bottom { vertical-align:text-bottom } } .button:hover { text-decoration: underline; border-color: black; } +/**************** OTHERS ****************/ + ul { margin-left: 0px; -- cgit