Просмотр исходного кода

timesheet typeofservice going well

master
patrick 6 лет назад
Родитель
Сommit
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>";

Загрузка…
Отмена
Сохранить