summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-15 15:13:50 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-15 15:13:50 +0000
commit95900abeff8d853c0449c37eafa8457a884ce6bb (patch)
tree7e0932a7616e1d8fc5bb983454ecadb37485b4a1 /frontends/php/css.css
parent49336d0e0c1d043c40c63206d1e63ca9d33c7f36 (diff)
downloadzabbix-95900abeff8d853c0449c37eafa8457a884ce6bb.tar.gz
zabbix-95900abeff8d853c0449c37eafa8457a884ce6bb.tar.xz
zabbix-95900abeff8d853c0449c37eafa8457a884ce6bb.zip
- improved error displaying and more
git-svn-id: svn://svn.zabbix.com/trunk@3489 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/css.css')
-rw-r--r--frontends/php/css.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index 599dd1f9..95a04e12 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -274,6 +274,8 @@ table.tableinfo
border-color: #0B198C;
}
table.tableinfo td {
+ white-space: nowrap;
+ word-spacing: nowrap;
font-family:verdana, arial, helvetica, sans-serif;
font-size:8pt;
text-decoration: none;
@@ -1040,3 +1042,30 @@ ul
width: 100%;
text-align: center;
}
+
+ul.messages
+{
+ vertical-align: top;
+ border: 1px dashed #000000;
+ background-color: #FFFFFF;
+ margin: 5px;
+}
+
+ul.messages li
+{
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 8pt;
+}
+
+ul.messages li.info
+{
+ color:#000000;
+ list-style: url('images/general/warning_small.gif') inside;
+}
+
+ul.messages li.error
+{
+ color:#AA0000;
+ list-style: url('images/general/error_small.gif') inside;
+}
+