#55 first attempt at "suggestions" starting with "Comming Soon" and "In Theaters"

This commit is contained in:
Drewster727 2016-03-31 12:37:06 -05:00
commit 0b822615bd
5 changed files with 75 additions and 7 deletions

View file

@ -191,3 +191,17 @@ label {
margin: 20px 0;
color: #ccc; }
.form-control-withbuttons {
padding-right: 105px; }
.input-group-addon .btn-group {
position: absolute;
right: 45px;
z-index: 2;
top: 6px; }
.input-group-addon .btn-group .btn {
border: 1px solid rgba(255, 255, 255, 0.7) !important;
padding: 3px 12px;
color: rgba(255, 255, 255, 0.7) !important; }