mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Small improvements to the wizard
This commit is contained in:
parent
963b4e6ee8
commit
d6c2956ee7
5 changed files with 52 additions and 54 deletions
5
PlexRequests.UI/Content/base.css
vendored
5
PlexRequests.UI/Content/base.css
vendored
|
@ -336,3 +336,8 @@ label {
|
|||
.tooltip_templates {
|
||||
display: none; }
|
||||
|
||||
.shadow {
|
||||
-moz-box-shadow: 3px 3px 5px 6px #191919;
|
||||
-webkit-box-shadow: 3px 3px 5px 6px #191919;
|
||||
box-shadow: 3px 3px 5px 6px #191919; }
|
||||
|
||||
|
|
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
|
@ -416,8 +416,17 @@ $border-radius: 10px;
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.checkbox-custom{
|
||||
margin-top:0 $i;
|
||||
margin-bottom:0 $i;
|
||||
.checkbox-custom {
|
||||
margin-top: 0 $i;
|
||||
margin-bottom: 0 $i;
|
||||
}
|
||||
|
||||
.tooltip_templates {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.shadow {
|
||||
-moz-box-shadow: 3px 3px 5px 6px #191919;
|
||||
-webkit-box-shadow: 3px 3px 5px 6px #191919;
|
||||
box-shadow: 3px 3px 5px 6px #191919;
|
||||
}
|
||||
.tooltip_templates { display: none; }
|
Loading…
Add table
Add a link
Reference in a new issue