mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Less is more
This commit is contained in:
parent
d49eb41f76
commit
1d49435675
10 changed files with 888 additions and 1057 deletions
66
UI/Content/form.less
Normal file
66
UI/Content/form.less
Normal file
|
@ -0,0 +1,66 @@
|
|||
.form-horizontal .controls i {
|
||||
font-size: 16px;
|
||||
/*color: #3A87AD;*/
|
||||
/* Info blue */
|
||||
color: #595959;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.form-horizontal .controls i.warning {
|
||||
color: #f89406;
|
||||
}
|
||||
|
||||
.form-horizontal .controls i.danger {
|
||||
color: #b94a48;
|
||||
}
|
||||
.form-horizontal {
|
||||
.controls {
|
||||
i.danger {
|
||||
color: #b94a48;
|
||||
}
|
||||
i.warning {
|
||||
color: #f89406;
|
||||
}
|
||||
i {
|
||||
font-size: 16px;
|
||||
color: #595959;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
}
|
||||
.switch {
|
||||
float: left;
|
||||
}
|
||||
.text-area-help {
|
||||
display: block;
|
||||
color: #777777;
|
||||
font-size: 12px;
|
||||
}
|
||||
textarea.nzb-restrictions {
|
||||
width: 260px;
|
||||
}
|
||||
.help-inline-checkbox {
|
||||
float: left;
|
||||
padding-left: 7px;
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
.help-inline-checkbox {
|
||||
float: left;
|
||||
padding-left: 7px;
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
.switch {
|
||||
float: left;
|
||||
}
|
||||
|
||||
textarea.nzb-restrictions {
|
||||
width: 260px;
|
||||
}
|
||||
|
||||
.text-area-help {
|
||||
display: block;
|
||||
color: #777777;
|
||||
font-size: 12px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue