More styling fixes in admin/flight add/edit form

This commit is contained in:
Nabeel Shahzad
2018-04-09 19:32:38 -05:00
parent 0986cddae1
commit e1c8174b3f
18 changed files with 1758 additions and 236 deletions

View File

@@ -4,7 +4,11 @@
*/
.select2-container {
margin-top: 5px;
margin-top: 2px;
}
textarea.input-text {
padding: 10px
}
.border-blue-bottom {

View File

@@ -10838,6 +10838,246 @@ button.close {
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; }
@charset "UTF-8";
/*!
* Pikaday
* Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
*/
.pika-single {
z-index: 9999;
display: block;
position: relative;
color: #333;
background: #fff;
border: 1px solid #ccc;
border-bottom-color: #bbb;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
content: " ";
display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }
.pika-single.is-hidden {
display: none;
}
.pika-single.is-bound {
position: absolute;
box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}
.pika-lendar {
float: left;
width: 240px;
margin: 8px;
}
.pika-title {
position: relative;
text-align: center;
}
.pika-label {
display: inline-block;
*display: inline;
position: relative;
z-index: 9999;
overflow: hidden;
margin: 0;
padding: 5px 3px;
font-size: 14px;
line-height: 20px;
font-weight: bold;
background-color: #fff;
}
.pika-title select {
cursor: pointer;
position: absolute;
z-index: 9998;
margin: 0;
left: 0;
top: 5px;
filter: alpha(opacity=0);
opacity: 0;
}
.pika-prev,
.pika-next {
display: block;
cursor: pointer;
position: relative;
outline: none;
border: 0;
padding: 0;
width: 20px;
height: 30px;
/* hide text using text-indent trick, using width value (it's enough) */
text-indent: 20px;
white-space: nowrap;
overflow: hidden;
background-color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-size: 75% 75%;
opacity: .5;
*position: absolute;
*top: 0;
}
.pika-prev:hover,
.pika-next:hover {
opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
float: left;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
*left: 0;
}
.pika-next,
.is-rtl .pika-prev {
float: right;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
*right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
cursor: default;
opacity: .2;
}
.pika-select {
display: inline-block;
*display: inline;
}
.pika-table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: 0;
}
.pika-table th,
.pika-table td {
width: 14.285714285714286%;
padding: 0;
}
.pika-table th {
color: #999;
font-size: 12px;
line-height: 25px;
font-weight: bold;
text-align: center;
}
.pika-button {
cursor: pointer;
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
border: 0;
margin: 0;
width: 100%;
padding: 5px;
color: #666;
font-size: 12px;
line-height: 15px;
text-align: right;
background: #f5f5f5;
}
.pika-week {
font-size: 11px;
color: #999;
}
.is-today .pika-button {
color: #33aaff;
font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
color: #fff;
font-weight: bold;
background: #33aaff;
box-shadow: inset 0 1px 3px #178fe5;
border-radius: 3px;
}
.has-event .pika-button {
background: #005da9;
box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
background: #D5E9F7;
}
.is-startrange .pika-button {
color: #fff;
background: #6CB31D;
box-shadow: none;
border-radius: 3px;
}
.is-endrange .pika-button {
color: #fff;
background: #33aaff;
box-shadow: none;
border-radius: 3px;
}
.is-disabled .pika-button {
pointer-events: none;
cursor: default;
color: #999;
opacity: .3;
}
.is-outside-current-month .pika-button {
color: #999;
opacity: .3;
}
.is-selection-disabled {
pointer-events: none;
cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
color: #fff;
background: #ff8000;
box-shadow: none;
border-radius: 3px;
}
/* styling for abbr */
.pika-table abbr {
border-bottom: none;
cursor: help;
}
/*! X-editable - v1.5.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
@@ -12448,7 +12688,7 @@ hr {
}
.main-panel {
background-color: rgba(255, 255, 255, 0.96);
background-color: #ebeff2;
position: relative;
z-index: 2;
float: right;
@@ -12457,7 +12697,7 @@ hr {
}
.main-panel > .content {
padding: 30px 15px;
padding: 0 2px;
min-height: calc(100% - 123px);
}
@@ -13193,7 +13433,8 @@ fieldset[disabled] .btn-neutral.active {
border: 1px solid #E3E3E3;
color: #333333;
line-height: 1em;
font-size: 0.8571em;
font-size: 14px;
font-weight: 400;
-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-webkit-box-shadow: none;
@@ -13514,13 +13755,14 @@ fieldset[disabled] .btn-neutral.active {
textarea.form-control {
max-width: 100%;
padding: 10px 10px 0 0;
padding: 10px 10px;
resize: none;
background-color: transparent;
border: 1px solid #E3E3E3;
color: #333333;
line-height: 1em;
font-size: 0.8571em;
font-size: 14px;
font-weight: 400;
border-radius: 0;
}
@@ -16221,9 +16463,8 @@ fieldset[disabled] .card .btn-neutral.active {
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 20px;
/*margin-bottom: 20px;*/
font-weight: bold;
text-transform: uppercase;
}
.form-container h6 {

View File

@@ -569,7 +569,7 @@ hr {
}
.main-panel {
background-color: rgba(255, 255, 255, 0.96);
background-color: #ebeff2;
position: relative;
z-index: 2;
float: right;
@@ -578,7 +578,7 @@ hr {
}
.main-panel > .content {
padding: 30px 15px;
padding: 0 2px;
min-height: calc(100% - 123px);
}
@@ -1314,7 +1314,8 @@ fieldset[disabled] .btn-neutral.active {
border: 1px solid #E3E3E3;
color: #333333;
line-height: 1em;
font-size: 0.8571em;
font-size: 14px;
font-weight: 400;
-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-webkit-box-shadow: none;
@@ -1635,13 +1636,14 @@ fieldset[disabled] .btn-neutral.active {
textarea.form-control {
max-width: 100%;
padding: 10px 10px 0 0;
padding: 10px 10px;
resize: none;
background-color: transparent;
border: 1px solid #E3E3E3;
color: #333333;
line-height: 1em;
font-size: 0.8571em;
font-size: 14px;
font-weight: 400;
border-radius: 0;
}
@@ -4342,9 +4344,8 @@ fieldset[disabled] .card .btn-neutral.active {
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 20px;
/*margin-bottom: 20px;*/
font-weight: bold;
text-transform: uppercase;
}
.form-container h6 {