mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-04 02:28:21 +00:00
Removed line height for progress bar.
Commands column width now wider
This commit is contained in:
parent
cffb7012b4
commit
e7f1ef7cee
1 changed files with 1 additions and 3 deletions
|
@ -22,7 +22,6 @@
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-progressbar-value
|
.ui-progressbar-value
|
||||||
|
@ -36,7 +35,6 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: white;
|
color: white;
|
||||||
line-height: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set the row height so it won't resize when the progress bar is created */
|
/* 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>
|
<th style="width: 100px">Episodes</th>
|
||||||
|
|
||||||
@*Commands Column*@
|
@*Commands Column*@
|
||||||
<th style="width: 80px"></th>
|
<th style="width: 90px"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Add table
Reference in a new issue