Преглед на файлове

timesheet typeofservice going well

master
patrick преди 6 години
родител
ревизия
5094b7e2b4
променени са 2 файла, в които са добавени 16 реда и са изтрити 2 реда
  1. +15
    -1
      css/bts_timesheet.css
  2. +1
    -1
      ts.php

+ 15
- 1
css/bts_timesheet.css Целия файл

@@ -103,7 +103,7 @@ body {
height: calc(100vh - 80px);
background-color: dimgrey;
overflow: hidden;
text-align: center;
/* scroll-behavior: smooth; */
}

@@ -444,12 +444,26 @@ div.week2 > div {
}

div.week1 > div {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebe9f9+0,d8d0ef+50,cec7ec+51,c1bfea+100;Purple+3D+%231 */
background: #ebe9f9; /* Old browsers */
background: -moz-linear-gradient(top, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=0 ); /* IE6-9 */
box-shadow: 0px 0px 10px white inset;
}

div.week2 > div {
background-color: #285c00;
box-shadow: 0px 0px 10px white inset;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#627d4d+0,1f3b08+100;Olive+3D */
background: #627d4d; /* Old browsers */
background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
}

div.assignment > div {

+ 1
- 1
ts.php Целия файл

@@ -142,7 +142,7 @@ class AcareOffice{
$result = "<select> \n";
$options = get_option('bts_payitem_earnings_rate');
foreach($options as $o){
$result.=sprintf("<option value='%s'> $%03.2f-%s</option>",
$result.=sprintf("<option value='%s'> $%3.2f-%s</option>",
$o['EarningsRateID'], $o['RatePerUnit'], $o['Name']);
}
$result .="</select>";

Loading…
Отказ
Запис