From 1adf64e6bba5741b531d27b550f0dffa8db5f5f3 Mon Sep 17 00:00:00 2001 From: artem Date: Wed, 6 Aug 2008 12:53:19 +0000 Subject: - [DEV-137] added Hint to acknowledged events (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5881 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/styles/table.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontends/php/styles') diff --git a/frontends/php/styles/table.css b/frontends/php/styles/table.css index 10eda665..7335c764 100644 --- a/frontends/php/styles/table.css +++ b/frontends/php/styles/table.css @@ -455,15 +455,15 @@ table.tabletree tr.even_row:hover td { background-color: #DFDFDF;} /*****************************************/ /*************** Table Info **************/ -table.tableinfo -{ +table.tableinfo{ empty-cells:show; color: #000000; - width: 100%; + width: 100%; background-color: #AAAAAA; border-spacing: 1px; /* cellspacing */ border-width: 0px; } + table.tableinfo tr td { white-space: nowrap; word-spacing: 0px; -- cgit