summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-29 19:48:21 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-29 19:48:21 +0000
commitc6f106bbf6bb4b5c3c0c7c3380053d2cd1240713 (patch)
treefeee9b841a95e6e317df0defe68041982b1eede2 /frontends/php/css.css
parent4fe26ec42a70f34ac9c2193e21b1b3d8aa3920de (diff)
downloadzabbix-c6f106bbf6bb4b5c3c0c7c3380053d2cd1240713.tar.gz
zabbix-c6f106bbf6bb4b5c3c0c7c3380053d2cd1240713.tar.xz
zabbix-c6f106bbf6bb4b5c3c0c7c3380053d2cd1240713.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1445 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/css.css')
-rw-r--r--frontends/php/css.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index 10533452..0769ca19 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -14,7 +14,15 @@ td.horizontal_menu
{
background-color: #556677;
border-color: #000000;
- border-width:1px;
+ border-width:0px;
+ border-style: solid;
+}
+
+td.horizontal_menu_n
+{
+ background-color: #778899;
+ border-color: #000000;
+ border-width:0px;
border-style: solid;
}
@@ -29,7 +37,7 @@ span.divider
a.highlight:link { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.highlight:visited { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.highlight:hover { text-decoration: underline; color: #ffcc00; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
-
+
.footer
{
color:#CCCCCC;