diff --git a/app/contacts/contact_edit.php b/app/contacts/contact_edit.php
index d11157a79a..710ad64209 100644
--- a/app/contacts/contact_edit.php
+++ b/app/contacts/contact_edit.php
@@ -356,7 +356,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
$btn_mod = "style='background-color: #a00; background-image: none;'";
}
unset ($sql, $prep_statement, $result);
- echo " \n";
+ echo " \n";
}
echo " \n";
echo " \n";
diff --git a/app/contacts/contact_timer.php b/app/contacts/contact_timer.php
index b22e89811d..a30c9e127d 100644
--- a/app/contacts/contact_timer.php
+++ b/app/contacts/contact_timer.php
@@ -253,20 +253,37 @@ if (!permission_exists('contact_time_add')) { echo "access denied"; exit; }
border-right: 3px solid #e5e9f0;
}
- DIV.timer {
+ DIV.timer_running {
width: 100%;
height: 60px;
text-align: center;
background-color: #222;
font-size: 50px;
- color: #c00;
+ color: #3a9eef;
+ -webkit-box-shadow: 0px 0px 5px #3a9eef;
+ -moz-box-shadow: 0px 0px 5px #3a9eef;
+ text-shadow: 0px 0px 5px #3a9eef;
font-weight: bold;
font-family: "Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;
padding-top: 7px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
+ }
+ DIV.timer_stopped {
+ width: 100%;
+ height: 60px;
+ text-align: center;
+ background-color: #222;
+ font-size: 50px;
+ color: #888;
+ font-weight: bold;
+ font-family: "Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;
+ padding-top: 7px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ border-radius: 4px;
}
@@ -352,7 +369,7 @@ if (!permission_exists('contact_time_add')) { echo "access denied"; exit; }
-