ssSudan Nil Frontend + extra Days + price in booking form - export + mail
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3483 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
b28c7db598
commit
98bd71c760
22 changed files with 2186 additions and 32 deletions
|
|
@ -176,8 +176,8 @@ body {
|
|||
font-size: 15px;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 26px;
|
||||
font-weight: 500;
|
||||
line-height: 1.5em;
|
||||
background: #ffffff;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
|
@ -1842,6 +1842,26 @@ a[id^="video_"]:before,
|
|||
top: 5px;
|
||||
color: #ffc926;
|
||||
}
|
||||
|
||||
.content-pane ul {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.content-pane ul li {
|
||||
margin: 5px 22px;
|
||||
list-style: none;
|
||||
}
|
||||
.content-pane ul li:before {
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
content: '\f005';
|
||||
display: block;
|
||||
position: relative;
|
||||
max-width: 0px;
|
||||
max-height: 0px;
|
||||
left: -20px;
|
||||
top: 5px;
|
||||
color: #ffc926;
|
||||
}
|
||||
|
||||
.c3 li span {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
|
@ -2350,18 +2370,18 @@ i {
|
|||
}
|
||||
/*** CONTENT ***/
|
||||
#content section {
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 20px;
|
||||
/* @media (max-width: 991px) {
|
||||
.nav-tabs > li {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
.nav-tabs > li > a {
|
||||
display: block;
|
||||
width: auto;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
} */
|
||||
.nav-tabs > li {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
.nav-tabs > li > a {
|
||||
display: block;
|
||||
width: auto;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
} */
|
||||
}
|
||||
#content section .hl2 {
|
||||
font-size: 25px;
|
||||
|
|
@ -5929,6 +5949,19 @@ input[type="radio"] .styled:checked + label::after {
|
|||
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
|
||||
|
||||
}
|
||||
.content-pane .h3l {
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 15px;
|
||||
border-bottom: 1px solid #ffc926;
|
||||
color: #616161;
|
||||
display: block;
|
||||
clear: both;
|
||||
padding-top: 20px;
|
||||
|
||||
}
|
||||
hr.primary {
|
||||
border-top: 1px solid #ffc926;
|
||||
}
|
||||
.tab-pane .h3l {
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 15px;
|
||||
|
|
|
|||
|
|
@ -11,6 +11,13 @@ $(document).ready(function() {
|
|||
var roomChildCountDR$ = $('#booking_request_doubleRoomChildCount');
|
||||
var roomChildCountTR$ = $('#booking_request_tripleRoomChildCount');
|
||||
|
||||
var extraBookingDaysBefore$ = $('#booking_request_extraBookingDaysBefore');
|
||||
var extraBookingDaysAfter$ = $('#booking_request_extraBookingDaysAfter');
|
||||
|
||||
/*
|
||||
extraBookingDaysBefore
|
||||
extraBookingDaysAfter
|
||||
*/
|
||||
|
||||
//var travelersIndices = $('.st-traveller-index');
|
||||
|
||||
|
|
@ -26,7 +33,6 @@ $(document).ready(function() {
|
|||
{
|
||||
url += '?'+ tmp[1];
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
url: url,
|
||||
type: 'post',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue