Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
select[name=minutes] {
width: 75px;
display: inline-block;
}
select[name=hours] {
width: 60px;
display: inline-block;
}

View File

@@ -0,0 +1,14 @@
.delivery_reason {
padding: 10px;
margin-top: 20px;
margin-bottom: 20px;
border: 1px solid #d6d4d4;
}
.delivery_date {
padding: 10px;
margin-top: 20px;
margin-bottom: 20px;
display: none;
border: 1px solid #d6d4d4;
}

View File

@@ -0,0 +1,14 @@
.delivery_reason {
padding: 10px;
margin-top: 20px;
margin-bottom: 20px;
background: #f6f6f6;
}
.delivery_date {
padding: 10px;
margin-top: 20px;
margin-bottom: 20px;
display: none;
background: #f6f6f6;
}

View File

@@ -0,0 +1,11 @@
<?php
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,7 @@
.hidden {
display: none !important;
}
.dd_available, .dd_oot {
margin: 20px 0 10px 0;
}

View File

@@ -0,0 +1,5 @@
iframe {
width: 100%;
min-height: 800px;
border: none;
}