summaryrefslogtreecommitdiffstats
path: root/frontends/php/styles
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-06 13:45:26 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-06 13:45:26 +0000
commit4b79250425757d15a3803d74f3fbe9c8cfe749eb (patch)
tree08f6e7a47ca0ea68d561ba982a77cece83a745b4 /frontends/php/styles
parentbc87e8b5844d32a4b6367ca7ecc6aec56a1adf28 (diff)
downloadzabbix-4b79250425757d15a3803d74f3fbe9c8cfe749eb.tar.gz
zabbix-4b79250425757d15a3803d74f3fbe9c8cfe749eb.tar.xz
zabbix-4b79250425757d15a3803d74f3fbe9c8cfe749eb.zip
- [DEV-127] improved system status widget in dashboard screen (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5456 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/styles')
-rw-r--r--frontends/php/styles/div.css1
-rw-r--r--frontends/php/styles/table.css2
2 files changed, 3 insertions, 0 deletions
diff --git a/frontends/php/styles/div.css b/frontends/php/styles/div.css
index 6f7fc614..a645b163 100644
--- a/frontends/php/styles/div.css
+++ b/frontends/php/styles/div.css
@@ -103,6 +103,7 @@ span.divider{
/********** REQUIREMENTS TABLE *************/
span.ok{
+ white-space: normal;
color: #00AA00;
font-weight: bold;
}
diff --git a/frontends/php/styles/table.css b/frontends/php/styles/table.css
index 05e546dd..c0f8d705 100644
--- a/frontends/php/styles/table.css
+++ b/frontends/php/styles/table.css
@@ -510,6 +510,8 @@ table.tableinfo tr.footer td {
vertical-align: middle;
padding-right: 5px;
padding-left: 5px;
+ font-family:verdana, arial, helvetica, sans-serif;
+ font-size:10px;
}
table.tableinfo tr.odd_row td { background-color: #DDDDDD; border: 1px #DDDDDD solid; }
table.tableinfo tr.odd_row:hover td { background-color: #DDDDEE; border: 1px #DDDDEE solid; }