Cleanup the PIREP edit page and add the comments in

This commit is contained in:
Nabeel Shahzad
2018-01-11 15:07:11 -06:00
parent 186bbca428
commit 0251e68ef8
9 changed files with 632 additions and 37 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,9 @@
input {
margin-top: 5px;
border: none;
font-size: 1rem;
cursor: text;
font-family: "Inconsolata", "Monaco", "Consolas", "Lucida Console", monospace !important;
}
.form-control::-moz-placeholder{
@@ -17,9 +20,10 @@ input {
}
.form-control {
display: block;
width: 100%;
font-size: $font-size-base;
/*font-size: $font-size-base;*/
line-height: 1.846;
color: #666666;
border: medium none;