1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Added search button/menu to series details grid

Also fixed some names to make name navigation easier.
This commit is contained in:
Mark McDowall
2013-09-18 22:49:15 -07:00
parent 4a3410f85a
commit 7320342123
11 changed files with 120 additions and 11 deletions
+22
View File
@@ -61,4 +61,26 @@ td.episode-status-cell, td.quality-cell {
.nzb-title-cell {
max-width: 600px;
word-wrap: break-word;
}
.episode-actions-cell {
width: 20px;
li {
.clickable();
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: rgb(51, 51, 51);
white-space: nowrap;
}
li:hover {
text-decoration: none;
color: rgb(255, 255, 255);
background-color: rgb(0, 129, 194);
}
}