diff --git a/css/bts_timesheet.css b/css/bts_timesheet.css index 9d5292f..f617782 100644 --- a/css/bts_timesheet.css +++ b/css/bts_timesheet.css @@ -661,14 +661,24 @@ div.blueTable.emptyrecord{ } .divTable.highlight{ + box-shadow: 1px 1px 10px green; +} + +.divTable.invalidjob.highlight{ box-shadow: 1px 1px 10px #f50202; - } + .divTableRow { display: table-row; } +.divTableRow.errmsg{ + background-color:white; + font-weight:bolder; + color:red; +} + .divTableHeading { display: table-header-group; } @@ -760,7 +770,15 @@ div.btos select, div.bstart input, div.bfinish input{ width: 100%; - height: 100%; + height: 98%; +} + +div.divTable.validjob{ + border: 0px solid white; } + +div.divTable.invalidjob{ + border-left: 2px solid red; + border-right: 2px solid red; } /* end of div table */ \ No newline at end of file diff --git a/html/job.html b/html/job.html index 1c0f840..b080ebb 100644 --- a/html/job.html +++ b/html/job.html @@ -24,7 +24,20 @@
- +
+
e tos +
+
es
+
ef
+
er
+
estaf
+
ecli
+
econfirm
+
erat
+
edel
+
eeave
+
+ \ No newline at end of file diff --git a/html/staff.html b/html/staff.html index 0fceb48..a866f1a 100644 --- a/html/staff.html +++ b/html/staff.html @@ -2,11 +2,12 @@