summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-04-05 09:16:29 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-04-05 09:16:29 +0000
commit0c9653d6ab8fca3be69489943f1fcc4e9d797102 (patch)
tree4e3d0f7e328577428161b62d3872bbdeefacb70c /frontends/php/css.css
parent07abfc5904f98fd5139b5ac6d92aaa34a7ccf9b7 (diff)
downloadzabbix-0c9653d6ab8fca3be69489943f1fcc4e9d797102.tar.gz
zabbix-0c9653d6ab8fca3be69489943f1fcc4e9d797102.tar.xz
zabbix-0c9653d6ab8fca3be69489943f1fcc4e9d797102.zip
- added latest values filtring/marking of log history (Eugene)
- developed multiple log history viewing (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2719 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/css.css')
-rw-r--r--frontends/php/css.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index c051ca17..76ecfdc2 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -141,6 +141,45 @@ table.formtable td.form_row_r { /* right cell */
text-align: left;
}
+/************ HISTORY LOG TABLE ***********/
+table.log_history_table {
+/* background-color: #AAAAAA; */
+ color: #000000;
+ width: 100%;
+ border-width: 0px;
+ border-style: solid;
+ border-color: #0B198C;
+}
+table.log_history_table td {
+ white-space: nowrap;
+ word-spacing: nowrap;
+ font-family:verdana, arial, helvetica, sans-serif;
+ font-size:8pt;
+ text-decoration: none;
+ border-width: 0px;
+ border-style: solid;
+ border-color: #0B198C;
+}
+
+/* table.log_history_table tr:hover td { background-color: #EEEEFE; } */
+
+table.log_history_table tr.mark_as_red td { background-color: #FFBBBB; }
+table.log_history_table tr.mark_as_green td { background-color: #BBFFBB; }
+table.log_history_table tr.mark_as_blue td { background-color: #BBBBFF; }
+
+table.log_history_table tr.header td {
+ padding-right: 5px;
+ padding-left: 5px;
+ white-space: nowrap;
+ word-spacing: nowrap;
+ text-align: center;
+ font-weight: bold;
+ background-color:#CCCCCC;
+}
+table.log_history_table td.message {
+ text-align: center;
+}
+
/************* SCREEN TABLE ***************/
table.screen_edit
{