1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00
Sonarr/UI/AddSeries/addSeries.css

74 lines
1.1 KiB
CSS
Raw Normal View History

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