mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
Bootstrap 3
New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
This commit is contained in:
@@ -53,20 +53,22 @@ li.save-and-add:hover {
|
||||
}
|
||||
|
||||
.advanced-settings-toggle {
|
||||
margin-top: 10px;
|
||||
margin-right: 40px;
|
||||
display: inline-block;
|
||||
|
||||
.checkbox {
|
||||
width : 100px;
|
||||
margin-left : 0px;
|
||||
display : inline-block;
|
||||
padding-top : 0px;
|
||||
margin-bottom : 0px;
|
||||
margin-bottom : -10px;
|
||||
margin-top : -1px;
|
||||
}
|
||||
|
||||
.help-inline-checkbox {
|
||||
display : inline-block;
|
||||
margin-top : -23px;
|
||||
margin-top : -3px;
|
||||
margin-bottom : 0;
|
||||
vertical-align : middle;
|
||||
}
|
||||
@@ -101,3 +103,14 @@ li.save-and-add:hover {
|
||||
cursor : text;
|
||||
}
|
||||
}
|
||||
|
||||
.settings-tabs {
|
||||
@media (min-width: @screen-sm-min) and (max-width: @screen-md-max) {
|
||||
li {
|
||||
a {
|
||||
white-space : nowrap;
|
||||
padding : 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user