1
0
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:
Mark McDowall
2014-05-04 00:11:43 -07:00
parent 28fa264c69
commit 99f2b07a11
148 changed files with 2691 additions and 2054 deletions
+15 -2
View File
@@ -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;
}
}
}
}