summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-26 13:28:43 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-26 13:28:43 +0000
commit84b76acee504a3160ab2b568ab7517aedc8e5eb5 (patch)
tree56b02f3a783860393fe18603104c71b8070f875e /frontends/php/css.css
parent45dd16822e8717f9685eb05ec2d6f7c5c43f1e3a (diff)
downloadzabbix-84b76acee504a3160ab2b568ab7517aedc8e5eb5.tar.gz
zabbix-84b76acee504a3160ab2b568ab7517aedc8e5eb5.tar.xz
zabbix-84b76acee504a3160ab2b568ab7517aedc8e5eb5.zip
- support of multiple actions per set of conidtions (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3927 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/css.css')
-rw-r--r--frontends/php/css.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index bbc0731f..3c33c184 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -97,6 +97,18 @@ table.formtable tr td {
font-size:10px;
border-width: 1px;
height: 24px;
+ white-space: nowrap;
+ word-spacing: 0px;
+}
+
+table.formtable tr.new {
+ text-decoration: none;
+ background-color: #E0F0E0;
+}
+
+table.formtable tr.edit {
+ text-decoration: none;
+ background-color: #F0F0E0;
}
table.formtable tr.form_odd_row td{
text-decoration: none;
@@ -1145,3 +1157,8 @@ ul.messages li.error
color:#AA0000;
list-style: url('images/general/error_small.gif') inside;
}
+
+table.nowrap tr td {
+ white-space: nowrap;
+ word-spacing: 0px;
+}