summaryrefslogtreecommitdiffstats
path: root/frontends/php/styles/table.css
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-06 12:53:19 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-06 12:53:19 +0000
commit1adf64e6bba5741b531d27b550f0dffa8db5f5f3 (patch)
tree7a97ee27ebd5fc250e24dd0ccc0c26a1e29de5e2 /frontends/php/styles/table.css
parent1dbcd26106d91a0ca024f00e33cbc7ab108cdc28 (diff)
downloadzabbix-1adf64e6bba5741b531d27b550f0dffa8db5f5f3.tar.gz
zabbix-1adf64e6bba5741b531d27b550f0dffa8db5f5f3.tar.xz
zabbix-1adf64e6bba5741b531d27b550f0dffa8db5f5f3.zip
- [DEV-137] added Hint to acknowledged events (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5881 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/styles/table.css')
-rw-r--r--frontends/php/styles/table.css6
1 files changed, 3 insertions, 3 deletions
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;