Moved Grid altering CSS to its own file, used for Series/Details, missing, upcoming and histtory grids.
parent
9714a96437
commit
fd205d3d57
@ -0,0 +1,40 @@
|
||||
.statusImage, .searchImage, .renameImage, .ignoreEpisode, .ignoreEpisodesMaster
|
||||
{
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
padding: 1px;
|
||||
margin: 2px;
|
||||
border-width: 1px;
|
||||
border-style: dashed;
|
||||
border-color: lightgray;
|
||||
}
|
||||
|
||||
.searchImage:hover, .renameImage:hover, .ignoreEpisode:hover, .ignoreEpisodesMaster:hover
|
||||
{
|
||||
background-color: #065EFE;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
Loading…
Reference in new issue