Radarr/UI/AddSeries/addSeries.css

74 lines
1.1 KiB
CSS
Raw Normal View History

2013-01-24 20:48:44 +00:00
.nz-input-large {
2013-01-21 03:41:37 +00:00
margin-top: 20px;
margin-bottom: 40px;
2013-01-21 03:41:37 +00:00
}
2013-02-18 08:06:48 +00:00
.nz-input-large input {
2013-02-26 03:54:58 +00:00
height: 50px;
2013-02-18 08:06:48 +00:00
}
2013-01-21 03:41:37 +00:00
2013-02-18 08:06:48 +00:00
.nz-input-large *[class*='icon-'] {
font-size: 28px;
height: 30px;
width: 40px;
padding-top: 14px;
padding-left: 10px;
}
2013-01-24 20:48:44 +00:00
.result-list {
2013-03-31 21:45:16 +00:00
font-size: 14px;
text-align: left;
2013-03-31 21:45:16 +00:00
padding-bottom: 30px;
2013-01-25 20:47:44 +00:00
}
2013-03-31 21:45:16 +00:00
.search-item {
padding-bottom: 20px;
2013-01-25 20:47:44 +00:00
}
2013-01-24 20:48:44 +00:00
2013-01-27 02:14:42 +00:00
.search-item a:hover {
text-decoration: none;
}
.search-item a {
color: #343434;
}
.search-item select {
font-size: 16px;
}
2013-02-01 03:15:19 +00:00
/*Existing*/
.unmapped-folder-view {
background: #fcf8e3;
margin-top: 20px;
padding: 20px;
}
2013-02-18 08:06:48 +00:00
.unmapped-folder-view .folder-header {
font-weight: 300;
}
2013-02-01 03:15:19 +00:00
2013-02-18 08:06:48 +00:00
.unmapped-folder-view .folder-header input {
margin-bottom: 0;
}
2013-02-18 08:06:48 +00:00
.unmapped-folder-view .folder-header select {
margin-bottom: 0;
font-size: 16px;
}
2013-02-28 16:34:18 +00:00
.existing-root-folder-view h1 {
2013-02-15 08:18:42 +00:00
padding: 10px 0 20px 0;
2013-02-01 03:15:19 +00:00
}
2013-02-26 03:54:58 +00:00
.folder-name-matches {
padding-left: 20px;
padding-top: 10px;
}
.img-polaroid {
min-width: 138px;
min-height: 203px;
max-width: 138px;
max-height: 203px;
2013-04-04 04:38:51 +00:00
}