2011-09-29 01:58:23 +00:00
|
|
|
.statusImage, .searchImage, .renameImage, .ignoreEpisode, .ignoreEpisodesMaster
|
|
|
|
{
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
2012-02-06 22:13:33 +00:00
|
|
|
padding: 3px 1px;
|
|
|
|
margin: 0px;
|
|
|
|
vertical-align: middle;
|
2011-09-29 01:58:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.searchImage:hover, .renameImage:hover, .ignoreEpisode:hover, .ignoreEpisodesMaster:hover
|
|
|
|
{
|
|
|
|
background-color: #065EFE;
|
|
|
|
}
|
2012-02-06 22:13:33 +00:00
|
|
|
|
|
|
|
/* Custom Grid */
|
|
|
|
.seriesTable
|
|
|
|
{
|
|
|
|
width: 100%;
|
|
|
|
border-width: 1px;
|
|
|
|
border-spacing: 2px;
|
|
|
|
border-style: none;
|
|
|
|
border-color: white;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.seriesTable th
|
|
|
|
{
|
|
|
|
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
|
|
|
|
border-width: 300;
|
|
|
|
font-size: 17px;
|
|
|
|
padding: 2px;
|
|
|
|
border-style: none;
|
|
|
|
border-color: #EEEEEE;
|
|
|
|
padding-left: 7px;
|
|
|
|
text-align: left;
|
|
|
|
background-color: white;
|
|
|
|
font-weight: lighter;
|
|
|
|
}
|
|
|
|
|
|
|
|
.seriesTable td
|
|
|
|
{
|
|
|
|
border-width: 1px;
|
|
|
|
padding: 0px 8px 0px 8px;
|
|
|
|
border-style: inset;
|
|
|
|
border-color: #EEEEEE;
|
|
|
|
}
|
2012-02-07 01:22:17 +00:00
|
|
|
|
|
|
|
.title-row
|
|
|
|
{
|
|
|
|
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
|
|
|
|
font-size: 17px;
|
|
|
|
background-color: grey;
|
|
|
|
font-weight: lighter;
|
|
|
|
color: white;
|
|
|
|
}
|
2012-02-06 22:13:33 +00:00
|
|
|
|
|
|
|
.detail-row
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
2011-09-29 01:58:23 +00:00
|
|
|
|
2012-02-06 22:13:33 +00:00
|
|
|
/* Colour alternating rows */
|
2012-02-07 01:22:17 +00:00
|
|
|
.seriesTable .alt-row
|
|
|
|
{
|
|
|
|
background: #f0f5ff;
|
|
|
|
}
|
|
|
|
|
2012-02-06 22:13:33 +00:00
|
|
|
/* Episode Grid Row Colouring */
|
|
|
|
.episodeIgnored
|
|
|
|
{
|
|
|
|
background-color: #F2F5A9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.episodeMissing
|
|
|
|
{
|
|
|
|
background-color: #F5A9A9;
|
|
|
|
}
|
|
|
|
|
2012-02-07 01:22:17 +00:00
|
|
|
|
|
|
|
|
2012-02-06 22:13:33 +00:00
|
|
|
/* Telerik Grid */
|
2011-09-29 01:58:23 +00:00
|
|
|
.t-grid td
|
|
|
|
{
|
|
|
|
line-height: 0.6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.t-grid .t-header
|
|
|
|
{
|
|
|
|
line-height: 1.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.t-grid-header .t-header .t-link
|
|
|
|
{
|
|
|
|
padding: 0.3em 0.9em 1.0em 0.6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.t-grid .t-detail-cell
|
|
|
|
{
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.t-grid td
|
|
|
|
{
|
|
|
|
padding: 0em 0.6em;
|
2011-09-30 16:18:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.t-no-data td
|
|
|
|
{
|
|
|
|
padding: 0.6em 0.6em;
|
2011-09-29 01:58:23 +00:00
|
|
|
}
|