minor search UI adjustments

This commit is contained in:
Drewster727 2016-03-31 13:50:56 -05:00
commit f8d27b0673
4 changed files with 14 additions and 5 deletions

View file

@ -191,6 +191,9 @@ label {
margin: 20px 0;
color: #ccc; }
.form-control-search {
padding: 25px 105px 25px 16px; }
.form-control-withbuttons {
padding-right: 105px; }
@ -198,7 +201,8 @@ label {
position: absolute;
right: 45px;
z-index: 2;
top: 6px; }
top: 13px;
box-shadow: 0 0 0; }
.input-group-addon .btn-group .btn {
border: 1px solid rgba(255, 255, 255, 0.7) !important;