summaryrefslogtreecommitdiffstats
path: root/frontends/php/styles
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-18 12:54:25 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-18 12:54:25 +0000
commit5da5f464180147ff1c28db495dc13149c79f4060 (patch)
tree677e193b7459a5894539fca92c6bdeca1ddb7318 /frontends/php/styles
parent653533cb7714ecaab944eb1b483f20f6e14a3858 (diff)
downloadzabbix-5da5f464180147ff1c28db495dc13149c79f4060.tar.gz
zabbix-5da5f464180147ff1c28db495dc13149c79f4060.tar.xz
zabbix-5da5f464180147ff1c28db495dc13149c79f4060.zip
- [DEV-88] duplicated entry "Login" removed (Artem)
- [ZBX-208] fixes related to html parse (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5191 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/styles')
-rw-r--r--frontends/php/styles/div.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/frontends/php/styles/div.css b/frontends/php/styles/div.css
index 47d269c8..b77ecb38 100644
--- a/frontends/php/styles/div.css
+++ b/frontends/php/styles/div.css
@@ -36,4 +36,20 @@ span.divider{
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
-} \ No newline at end of file
+}
+
+/********** REQUIREMENTS TABLE *************/
+span.ok{
+ color: #00AA00;
+ font-weight: bold;
+}
+span.fail{
+ color: #AA0000;
+ font-weight: bold;
+}
+span.green{
+ color: #00AA00;
+}
+span.red{
+ color: #AA0000;
+}