From dac53ecd0f9665e64f6e0f523de62823bf0a2090 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 20 Mar 2008 14:04:01 +0000 Subject: - [DEV-122] improved "Events" screen, added "Event Details" screen (Artem) - applied patch by scricca: added Host-profiles to export/import (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5508 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/styles/table.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'frontends/php/styles') diff --git a/frontends/php/styles/table.css b/frontends/php/styles/table.css index 3134d19c..6ebedc7d 100644 --- a/frontends/php/styles/table.css +++ b/frontends/php/styles/table.css @@ -476,6 +476,11 @@ table.tableinfo tr td { padding-bottom: 0px; height: 20px; } + +table.tableinfo tr td.wraptext { + white-space:normal; +} + table.tableinfo tr td.message { text-align: center; } -- cgit