summaryrefslogtreecommitdiffstats
path: root/frontends/php/styles
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-20 14:04:01 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-20 14:04:01 +0000
commitdac53ecd0f9665e64f6e0f523de62823bf0a2090 (patch)
tree4f66ab367ad1df6bf615aa1161e64bc0355416eb /frontends/php/styles
parentfdf2f4adc3931e50e59c87517613d6fac71b8d4c (diff)
downloadzabbix-dac53ecd0f9665e64f6e0f523de62823bf0a2090.tar.gz
zabbix-dac53ecd0f9665e64f6e0f523de62823bf0a2090.tar.xz
zabbix-dac53ecd0f9665e64f6e0f523de62823bf0a2090.zip
- [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
Diffstat (limited to 'frontends/php/styles')
-rw-r--r--frontends/php/styles/table.css5
1 files changed, 5 insertions, 0 deletions
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;
}