JS validate Form

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3382 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-03-10 14:55:55 +00:00
parent b1dceccad3
commit 44a32d9587
6 changed files with 549 additions and 15 deletions

View file

@ -1141,6 +1141,45 @@ a[id^="video_"]:before,
/* ==================================================================
SHORTCODES
================================================================== */
.form-box label.required:after {
color: #ffc926;
position: absolute;
margin-left: 4px;
font-family: 'FontAwesome';
font-weight: normal;
font-size: 12px;
content: "\f069";
}
.form-box div.required:before {
color: #ffc926;
position: absolute;
margin-right: 20px;
right: 0px;
top: 1px;
font-family: 'FontAwesome';
font-weight: normal;
font-size: 12px;
content: "\f069";
z-index: 1000;
}
.form-box .table > tbody > tr > td {
position: relative;
}
.form-box .st-travelers div.required:before {
margin-right: 15px;
right: 0px;
top: 10px;
}
@media (max-width: 998px) {
.form-box .st-travelers div.required:before {
top: 34px;
}
}
.btn-primary.disabled:hover {
background-color: #648859;
border-color: #648859;
opacity: .65;
}
#map {
height: 650px;
width: 100%;