From dcce87d4a81c3641bafc198137692de4e6399d70 Mon Sep 17 00:00:00 2001 From: Shreya Date: Wed, 21 Mar 2018 15:30:29 +0530 Subject: [PATCH] CSS modifications --- .../projects/doctype/timesheet/timesheet.css | 35 ++++++------------- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git a/erpnext/projects/doctype/timesheet/timesheet.css b/erpnext/projects/doctype/timesheet/timesheet.css index cbf80b913a..e54037490c 100644 --- a/erpnext/projects/doctype/timesheet/timesheet.css +++ b/erpnext/projects/doctype/timesheet/timesheet.css @@ -1,23 +1,8 @@ @import 'https://fonts.googleapis.com/css?family=Open+Sans:300,600,800'; -/* html, -body { - background-color: #000; - color: #fff; - height: 100%; - width: 100%; - margin: 0; - box-sizing: border-box; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - -o-user-select: none; - user-select: none; - -webkit-tap-highlight-color: transparent; -} */ .stopwatch { - height: 20%; - width: 50%; + height: 50%; + width: 100%; display: inline-flex; transition: all .5s ease; -moz-transition: all .5s ease; @@ -54,7 +39,7 @@ body { .stopcontrols { height: 50%; - width: 100%; + width: 99%; display: table; transition: all .5s ease; -moz-transition: all .5s ease; @@ -65,7 +50,7 @@ body { .stopcontrols div { display: table-cell; - width: 50%; + /* width: 50%; */ text-align: center; vertical-align: middle; cursor: pointer; @@ -78,16 +63,16 @@ body { .playpause .play { display: inline-block; - border-top: 28px solid transparent; - border-left: 37px solid #000; - border-bottom: 28px solid transparent; + border-top: 19px solid transparent; + border-left: 28px solid #000; + border-bottom: 19px solid transparent; } .playpause .pause { display: inline-block; - border-right: 5px solid #000; - border-left: 5px solid #000; - padding: 20px 10px; + border-right: 3px solid #000; + border-left: 3px solid #000; + padding: 20px 11px; } /*