update 1801230926
This commit is contained in:
@@ -19,7 +19,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
margin-top: 14px;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#user {
|
div#user {
|
||||||
@@ -108,7 +108,7 @@ fieldset {
|
|||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 24px 32px 32px;
|
padding: 24px 32px 32px;
|
||||||
background-color: azure;
|
background-color: azure;
|
||||||
margin-top: 36px;
|
margin-top: 27px;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset legend {
|
fieldset legend {
|
||||||
@@ -121,7 +121,10 @@ fieldset legend {
|
|||||||
font-family: 'Hammersmith One', sans-serif;
|
font-family: 'Hammersmith One', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset#urls {
|
fieldset#urls,
|
||||||
|
fieldset#monitoring,
|
||||||
|
fieldset#shortcuts,
|
||||||
|
fieldset#tools {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 60px;
|
top: 60px;
|
||||||
}
|
}
|
||||||
@@ -192,11 +195,6 @@ td a.h:hover {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset#monitoring {
|
|
||||||
position: relative;
|
|
||||||
top: 60px;
|
|
||||||
}
|
|
||||||
|
|
||||||
fieldset#monitoring table tr th {
|
fieldset#monitoring table tr th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@@ -214,7 +212,6 @@ span {
|
|||||||
font-size: 72%;
|
font-size: 72%;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset#shortcuts {
|
table.add {
|
||||||
position: relative;
|
margin-top: 7px;
|
||||||
top: 60px;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="author" content="VK Services">
|
<meta name="author" content="VK Services">
|
||||||
<meta http-equiv="Cache-Control" content="must-revalidate, no-store, no-cache">
|
<meta http-equiv="Cache-Control" content="must-revalidate, no-store, no-cache">
|
||||||
<meta http-equiv="refresh" content="120">
|
<meta http-equiv="refresh" content="120">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title> Expense/Payroll Linkboard </title>
|
<title> Expense/Payroll Linkboard </title>
|
||||||
@@ -215,6 +215,36 @@
|
|||||||
Towing</a></td>
|
Towing</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<table class="add">
|
||||||
|
<tr>
|
||||||
|
<td><a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1b2g3BARa4ibqdqtTj5_IQoBSI8hp6A4R5A3bSbrfA58/edit#gid=466754331">
|
||||||
|
Reporting Drivers <span>January</span></a></td>
|
||||||
|
<td><a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1QOqM8xouEbOFxn_Ktenx_LGB2AzBEnfFrxOisSKzSkg/edit?ts=567805bc#gid=0">
|
||||||
|
Truck/Trailer Breakdown</a></td>
|
||||||
|
<td><a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1SgC9L_M-5FNgvXV5hQJJQ4AggehmPo9ipB5Z1aHK_V0/edit?ts=5a4beef8#gid=0">
|
||||||
|
DEF Tracker <span>2018</span></a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<fieldset id="tools">
|
||||||
|
<legend>Additional Tools (West Coast Only)</legend>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td><a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1AoyXGtUIOiGq9siawF-WnBP4XgVgur-wWRgyilM0j2A/edit?ts=5a673d3b#gid=1558692306">
|
||||||
|
Detention Board</a></td>
|
||||||
|
<td><a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/173n-J5qtZKtqg4MHOZ3oUFgJo9ZmVzjFs2Zxn8Nbdug/edit?ts=5a673d8d#gid=90">
|
||||||
|
West Coast Board</a></td>
|
||||||
|
<td><a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1y82rNeg66Hh9DIduNXj0fTeIErlJn7B0Xe4-s59RHq4/edit?ts=5a673d99#gid=1275085378">
|
||||||
|
West Coast AVG Rates</a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user