12.21
This commit is contained in:
parent
ebf90ff869
commit
4e71ddabec
17 changed files with 448 additions and 101 deletions
|
|
@ -49,16 +49,16 @@
|
|||
}
|
||||
#topBar ul.top-links>li>a {
|
||||
padding: 8px 10px;
|
||||
font-size:14px;
|
||||
font-size:13px;
|
||||
display:inline-block;
|
||||
font-weight: 700;
|
||||
text-decoration:none;
|
||||
background-color: #648859;
|
||||
color: #fff;
|
||||
|
||||
/*border-right:rgba(0,0,0,0.1) 1px solid;
|
||||
border-left:rgba(0,0,0,0.1) 1px solid;*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
#topBar ul.top-links>li>a
|
||||
#topBar ul.top-links>li.icon>a {
|
||||
padding: 4px 10px;
|
||||
|
|
@ -111,7 +111,6 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
/* Drop Downs & Lang */
|
||||
#topBar ul.dropdown-menu {
|
||||
min-width:50px;
|
||||
|
|
@ -903,12 +902,12 @@
|
|||
/* border-bottom-right-radius: 8px;
|
||||
border-bottom-left-radius: 8px; */
|
||||
border:1px solid #ddd;
|
||||
min-width: 327px;
|
||||
min-width: 240px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#collapseTopContact {
|
||||
width: 327px;
|
||||
width: 247px;
|
||||
}
|
||||
#topNav .container-fluid {
|
||||
padding-right: 5px;
|
||||
|
|
@ -1205,6 +1204,34 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) and (max-width:1240px){
|
||||
#topBar ul.top-links>li>a {
|
||||
padding: 8px 0px;
|
||||
font-size:12px;
|
||||
}
|
||||
#topBar ul.top-links>li>a>i {
|
||||
font-size: 1.5em;
|
||||
width: 28px;
|
||||
}
|
||||
.dropdown-menu-infos {
|
||||
min-width: 220px;
|
||||
}
|
||||
.dropdown-menu-infos .badge-default {
|
||||
font-size: 12px;
|
||||
}
|
||||
.dropdown-menu-body p {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#topBar .table>tbody>tr>td {
|
||||
font-size: 12px;
|
||||
}
|
||||
#topBar .table>tbody>tr>th {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 786px) {
|
||||
#eKomiSeal_default img {
|
||||
height: 66px !important;
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ $(document).ready(function() {
|
|||
|
||||
};
|
||||
|
||||
$('#fewo_booking_request_fromDate, #fewo_booking_request_toDate').daterangepicker({
|
||||
$('#fewo_booking_request_fromDate1, #fewo_booking_request_toDate1').daterangepicker({
|
||||
isInvalidDate: checkDates,
|
||||
isCustomDate: checkCustom,
|
||||
"minDate": moment(),
|
||||
|
|
@ -106,6 +106,7 @@ $(document).ready(function() {
|
|||
},
|
||||
autoApply: true,
|
||||
autoUpdateInput: false,
|
||||
singleDatePicker: true,
|
||||
"startDate": startDate,
|
||||
"endDate": endDate,
|
||||
}, function(start, end, label) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue