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:
@@ -1,13 +1,7 @@
|
||||
@import "../Shared/Styles/clickable.less";
|
||||
|
||||
.form-group {
|
||||
.controls {
|
||||
i {
|
||||
font-size : 16px;
|
||||
color : #595959;
|
||||
margin-right : 5px;
|
||||
}
|
||||
|
||||
.input-group {
|
||||
.checkbox {
|
||||
width : 100px;
|
||||
margin-left : 0px;
|
||||
@@ -20,6 +14,7 @@
|
||||
display : inline-block;
|
||||
margin-top : -20px;
|
||||
margin-bottom : 0;
|
||||
margin-left : 10px;
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
@@ -30,6 +25,22 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
i {
|
||||
font-size : 16px;
|
||||
color : #595959;
|
||||
margin-right : 5px;
|
||||
}
|
||||
|
||||
.help-inline {
|
||||
display : inline-block;
|
||||
margin-top : 8px;
|
||||
padding-left : 0px;
|
||||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.text-area-help {
|
||||
@@ -39,7 +50,12 @@
|
||||
}
|
||||
|
||||
textarea.release-restrictions {
|
||||
width : 260px;
|
||||
width : 100%;
|
||||
max-width : 100%;
|
||||
}
|
||||
|
||||
.help-inline-text-area {
|
||||
margin-top: 25px !important;
|
||||
}
|
||||
|
||||
.help-link {
|
||||
@@ -58,3 +74,16 @@ h3 {
|
||||
text-transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
.form-inline {
|
||||
div {
|
||||
display : inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.has-error {
|
||||
.help-inline {
|
||||
color: #b94a48;
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user