summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-16 10:34:57 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-16 10:34:57 +0000
commit77e35cf62a7363ff32a16de2165f9d220ffec1d8 (patch)
tree27044cdb7b2ca71535e56611ee49033c602da054 /frontends/php/css.css
parent8628e34b757dd5ffb5bc9ee69681d2cec24e6e33 (diff)
downloadzabbix-77e35cf62a7363ff32a16de2165f9d220ffec1d8.tar.gz
zabbix-77e35cf62a7363ff32a16de2165f9d220ffec1d8.tar.xz
zabbix-77e35cf62a7363ff32a16de2165f9d220ffec1d8.zip
- Frontend improvement. (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2647 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/css.css')
-rw-r--r--frontends/php/css.css11
1 files changed, 11 insertions, 0 deletions
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;