1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-20 00:11:46 +02:00
Radarr/NzbDrone.Backbone/Content/form.css

15 lines
216 B
CSS
Raw Normal View History

.form-horizontal .controls i {
font-size: 25px;
color: #3A87AD;
cursor: default;
}
2013-03-06 19:41:13 +01:00
.help-inline-checkbox {
float: left;
padding-left: 7px;
padding-top: 3px;
}
.switch {
float: left;
2013-03-07 09:22:16 +01:00
}