1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-03 15:12:13 +02:00

16 lines
256 B
CSS
Raw Normal View History

.form-horizontal .controls i {
font-size: 16px;
/*color: #3A87AD;*/ /* Info blue */
color: #595959;
cursor: default;
}
2013-03-06 10:41:13 -08:00
.help-inline-checkbox {
float: left;
padding-left: 7px;
padding-top: 3px;
}
.switch {
float: left;
2013-03-07 00:22:16 -08:00
}