mirror of https://github.com/Radarr/Radarr
Removed line height for progress bar.
Commands column width now wider
This commit is contained in:
parent
cffb7012b4
commit
e7f1ef7cee
|
@ -22,7 +22,6 @@
|
|||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.ui-progressbar-value
|
||||
|
@ -36,7 +35,6 @@
|
|||
position: relative;
|
||||
font-weight: normal;
|
||||
color: white;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/* Set the row height so it won't resize when the progress bar is created */
|
||||
|
@ -77,7 +75,7 @@
|
|||
<th style="width: 100px">Episodes</th>
|
||||
|
||||
@*Commands Column*@
|
||||
<th style="width: 80px"></th>
|
||||
<th style="width: 90px"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
Loading…
Reference in New Issue