mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
styling for #298 done, just need to wire up the model and do the actual status check
This commit is contained in:
parent
9f74d31f1d
commit
46f7a0769e
14 changed files with 180 additions and 23 deletions
|
@ -298,9 +298,22 @@ label {
|
|||
background-color: #4e5d6c; }
|
||||
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
|
||||
border-bottom: 6px solid #df691a !important; }
|
||||
border-bottom: 6px solid #4e5d6c !important; }
|
||||
|
||||
.bootstrap-datetimepicker-widget table td.active,
|
||||
.bootstrap-datetimepicker-widget table td.active:hover {
|
||||
color: #fff !important; }
|
||||
|
||||
img.center {
|
||||
display: block;
|
||||
margin: 0 auto; }
|
||||
|
||||
div.landing-block {
|
||||
background: #424242 !important;
|
||||
padding-bottom: 30px;
|
||||
padding-top: 15px; }
|
||||
|
||||
span.landing-title {
|
||||
font-size: 32px;
|
||||
font-weight: 600; }
|
||||
|
||||
|
|
2
PlexRequests.UI/Content/base.min.css
vendored
2
PlexRequests.UI/Content/base.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -354,7 +354,7 @@ $border-radius: 10px;
|
|||
text-align: center;
|
||||
line-height: 13px; }
|
||||
|
||||
.input-group-sm{form
|
||||
.input-group-sm{
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
@ -374,4 +374,20 @@ $border-radius: 10px;
|
|||
.bootstrap-datetimepicker-widget table td.active,
|
||||
.bootstrap-datetimepicker-widget table td.active:hover {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
img.center {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
div.landing-block{
|
||||
background: #424242 !important;
|
||||
padding-bottom:30px;
|
||||
padding-top:15px;
|
||||
}
|
||||
|
||||
span.landing-title{
|
||||
font-size:32px;
|
||||
font-weight:600;
|
||||
}
|
BIN
PlexRequests.UI/Content/images/logo.png
Normal file
BIN
PlexRequests.UI/Content/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue