mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
#55 first attempt at "suggestions" starting with "Comming Soon" and "In Theaters"
This commit is contained in:
parent
1a2ec7ac7f
commit
0b822615bd
5 changed files with 75 additions and 7 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue