diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-10-01 17:50:22 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-10-01 17:50:22 +0000 |
| commit | 2f0ff760ee34bcfe7f75e254690c0f9a68e71133 (patch) | |
| tree | ae7657987aa7d84e6765ed1a66fd994ac3abf484 /frontends/php | |
| parent | 39501a48953c9ba3a6f298d9ebee5086fc9a6dad (diff) | |
Frontend improvements.
git-svn-id: svn://svn.zabbix.com/trunk@1452 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php')
| -rw-r--r-- | frontends/php/css.css | 22 | ||||
| -rw-r--r-- | frontends/php/include/config.inc.php | 8 |
2 files changed, 25 insertions, 5 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css index f64e3b95..9cac405c 100644 --- a/frontends/php/css.css +++ b/frontends/php/css.css @@ -12,11 +12,12 @@ body line-height:16px; } -td.horizontal_menu +td.sub_menu { color: #FFFFFF; font-family:verdana, arial, helvetica, sans-serif; font-size:10px; +# background-color: #778899; background-color: #6d88ad; border-color: #000000; border-width:0px; @@ -26,8 +27,27 @@ td.horizontal_menu border-bottom-style: solid; } +td.horizontal_menu +{ + color: #FFFFFF; + font-family:verdana, arial, helvetica, sans-serif; + font-size:10px; +# background-color: #6d88ad; +# background-color: #778899; +# background-color: #42429C; + background-color: #4040B0; + border-color: #000000; + border-width:0px; + border-top-style: solid; + border-left-style: solid; + border-right-style: solid; + border-bottom-style: solid; +} + td.horizontal_menu_n { +# background-color: #6d88ad; +# background-color: #778899; background-color: #AAAAAA; border-color: #000000; border-width:1px; diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 32d8dbf5..0bc553b7 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -3516,7 +3516,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; function show_table3_h_delimiter($width=10) { ?> - </td><td class="horizontal_menu" height=24 colspan=9 width="<?php echo $width;?>%"> + </td><td class="sub_menu" height=24 colspan=9 width="<?php echo $width;?>%"> <?php /* cr(); @@ -3564,7 +3564,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; function show_table3_v_delimiter() { ?> - </td><td class="horizontal_menu_n" height=24 colspan=9> + </td><td class="sub_nemu" height=24 colspan=9> <?php /* cr(); @@ -3643,7 +3643,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; <table class="menu" cellspacing=0 cellpadding=1 width="100%"> <tr> <?php - echo "<td class=\"horizontal_menu\" height=24 colspan=9>"; + echo "<td class=\"sub_menu\" height=24 colspan=9>"; /* echo "<table border=0 align=center cellspacing=0 cellpadding=0 width=100% bgcolor=000000>"; cr(); @@ -3704,7 +3704,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; ?> <table class="menu" width="100%" cellspacing=0 cellpadding=1> <tr> - <td class="horizontal_menu" height=24 colspan=9><b><?php echo $title; ?></b></td> + <td class="sub_menu" height=24 colspan=9><b><?php echo $title; ?></b></td> </tr> </table> <?php |
