mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-02 13:04:37 +00:00
16 lines
No EOL
256 B
CSS
16 lines
No EOL
256 B
CSS
.form-horizontal .controls i {
|
|
font-size: 16px;
|
|
/*color: #3A87AD;*/ /* Info blue */
|
|
color: #595959;
|
|
cursor: default;
|
|
}
|
|
|
|
.help-inline-checkbox {
|
|
float: left;
|
|
padding-left: 7px;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
.switch {
|
|
float: left;
|
|
} |