mirror of https://github.com/Radarr/Radarr
Fixed: Update installed checkmark spacing and tooltip
This commit is contained in:
parent
df1283c0a5
commit
6a2970fef2
|
@ -22,7 +22,8 @@ namespace NzbDrone.Common.Instrumentation
|
||||||
RegisterDebugger();
|
RegisterDebugger();
|
||||||
}
|
}
|
||||||
|
|
||||||
RegisterExceptron();
|
//Disabling for now - until its fixed or we yank it out
|
||||||
|
//RegisterExceptron();
|
||||||
|
|
||||||
if (updateApp)
|
if (updateApp)
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,12 +3,14 @@
|
||||||
<legend>{{version}}
|
<legend>{{version}}
|
||||||
<span class="date">
|
<span class="date">
|
||||||
- {{ShortDate releaseDate}}
|
- {{ShortDate releaseDate}}
|
||||||
{{#if installed}}<i class="icon-ok" title="Installed"></i>{{/if}}
|
|
||||||
|
|
||||||
{{#if isUpgrade}}
|
|
||||||
<span class="label label-default install-update x-install-update">Install</span>
|
|
||||||
{{/if}}
|
|
||||||
</span>
|
</span>
|
||||||
|
{{#if installed}}
|
||||||
|
<span class="update-installed"><i class="icon-ok" title="Installed"></i></span>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
|
{{#if isUpgrade}}
|
||||||
|
<span class="label label-default install-update x-install-update">Install</span>
|
||||||
|
{{/if}}
|
||||||
</legend>
|
</legend>
|
||||||
|
|
||||||
{{#with changes}}
|
{{#with changes}}
|
||||||
|
|
|
@ -4,11 +4,21 @@
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
margin-bottom: 5px;
|
cursor : default;
|
||||||
line-height: 30px;
|
margin-bottom : 5px;
|
||||||
|
line-height : 30px;
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
font-size: 16px;
|
font-size : 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.install-update {
|
||||||
|
.clickable();
|
||||||
|
margin-left : 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.update-installed {
|
||||||
|
margin-left : 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,11 +35,6 @@
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.install-update {
|
|
||||||
.clickable();
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in New Issue