Center info icon. Show highlight hover with select box

This commit is contained in:
James Wilson 2018-08-03 15:03:19 -05:00
parent 974e962a55
commit 3ec6ec1a9d
3 changed files with 8 additions and 6 deletions

View file

@ -716,6 +716,13 @@ select.error, textarea.error, input.error {
color: #002F5D;
line-height: 18px;
}
.bottom-info-container img {
vertical-align: middle;
}
.bottom-info-container .bottom-info-text {
vertical-align: middle;
display: inline;
}
.selected_airframe {
padding-top: 30px;
}