More styling fixes in admin/flight add/edit form
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
/*margin-bottom: 20px;*/
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
//text-transform: uppercase;
|
||||
|
||||
h6 {
|
||||
font-size: 15px;
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
border: 1px solid $light-gray;
|
||||
color: $black-color;
|
||||
line-height: 1em;
|
||||
font-size: $font-size-small;
|
||||
font-size: $font-size-base;
|
||||
font-weight: 400;
|
||||
@include transition-input-focus-color();
|
||||
@include box-shadow(none);
|
||||
|
||||
@@ -229,13 +230,14 @@
|
||||
|
||||
textarea.form-control {
|
||||
max-width: 100%;
|
||||
padding: 10px 10px 0 0;
|
||||
padding: 10px 10px;
|
||||
resize: none;
|
||||
background-color: $transparent-bg;
|
||||
border: 1px solid $light-gray;
|
||||
color: $black-color;
|
||||
line-height: 1em;
|
||||
font-size: $font-size-small;
|
||||
font-size: $font-size-base;
|
||||
font-weight: 400;
|
||||
border-radius: 0;
|
||||
|
||||
&:focus,
|
||||
|
||||
@@ -174,8 +174,8 @@
|
||||
}
|
||||
|
||||
.main-panel{
|
||||
//background-color: $bg-nude;
|
||||
background-color: $white-navbar;
|
||||
background-color: $bg-nude;
|
||||
//background-color: $white-navbar;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
float: right;
|
||||
@@ -183,7 +183,8 @@
|
||||
min-height: 100%;
|
||||
|
||||
> .content{
|
||||
padding: 30px 15px;
|
||||
//padding: 30px 15px;
|
||||
padding: 0 2px;
|
||||
min-height: calc(100% - 123px);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user