You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sonarr/NzbDrone.Web/_backboneApp/AddSeries/addSeries.css

39 lines
632 B

.nz-input-large {
margin-top: 20px;
margin-bottom: 40px;
}
.nz-input-large input {
height: 40px;
}
.nz-input-large *[class*='icon-'] {
font-size: 30px;
height: 30px;
width: 40px;
padding-top: 14px;
padding-left: 10px;
margin-left: 30px;
}
.result-list {
font-size: 18px;
text-align: left;
}
.result-list .well:hover {
background-color: #fcf8e3;
}
.result-item {
padding-left: 20px;
}
.result-list .result-item a {
font-size: 20px;
}
.result-list .result-item a:hover {
text-decoration: none;
}