modified timer start button
diff --git a/erpnext/projects/doctype/timesheet/timesheet.html b/erpnext/projects/doctype/timesheet/timesheet.html
index 6e1da5a..73f8d14 100644
--- a/erpnext/projects/doctype/timesheet/timesheet.html
+++ b/erpnext/projects/doctype/timesheet/timesheet.html
@@ -1,13 +1,10 @@
-<div class="stopcontrols">
- <div class="playpause">
- <span class="play"></span>
- </div>
- <!-- <div class="stop"> -->
- <span></span>
- </div>
-</div>
<div class="stopwatch">
- <span class="hours">00</span>
- <span class="minutes">00</span>
- <span class="seconds">00</span>
-</div>
\ No newline at end of file
+ <span class="hours">00</span>
+ <span class="colon">:</span>
+ <span class="minutes">00</span>
+ <span class="colon">:</span>
+ <span class="seconds">00</span>
+</div>
+<div class="playpause text-center">
+ <button class= "btn btn-default btn-start"> {{ __("Start") }} </button>
+</div>