From 973bbf45dee330c3f4b6975b0dbdfd03d5c6eed8 Mon Sep 17 00:00:00 2001 From: stan Date: Wed, 8 Oct 2003 14:48:35 +0000 Subject: [PATCH] Changed triggered monitors to be italicised. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@647 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zm_html_view_console.php | 8 ++++---- web/zm_styles.css | 33 ++++++++++++++++++++++++--------- 2 files changed, 28 insertions(+), 13 deletions(-) diff --git a/web/zm_html_view_console.php b/web/zm_html_view_console.php index 4b292cb2b..d6acd249f 100644 --- a/web/zm_html_view_console.php +++ b/web/zm_html_view_console.php @@ -207,10 +207,6 @@ window.setTimeout( "window.location.replace('')", ')", $monitor[Function]", canEdit( 'Monitors' ) ) ?> diff --git a/web/zm_styles.css b/web/zm_styles.css index 881e32514..dbe3d0670 100644 --- a/web/zm_styles.css +++ b/web/zm_styles.css @@ -27,25 +27,40 @@ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #DC143C; - font-weight: bold + font-weight: bold; } .ambtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #FF8C00; - font-weight: bold -} -.blutext { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:10px; - color: #48D1CC; - font-weight: bold + font-weight: bold; } .gretext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #688E23; - font-weight: bold + font-weight: bold; +} +.redtextem { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size:10px; + color: #DC143C; + font-weight: bold; + font-style: italic; +} +.ambtextem { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size:10px; + color: #FF8C00; + font-weight: bold; + font-style: italic; +} +.gretextem { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size:10px; + color: #688E23; + font-weight: bold; + font-style: italic; } .smallhead { font-family: Verdana, Arial, Helvetica, sans-serif;