mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 10:32:35 +01:00
Fixed: Update installed checkmark spacing and tooltip
This commit is contained in:
parent
df1283c0a5
commit
6a2970fef2
@ -22,7 +22,8 @@ public static void Register(IStartupContext startupContext, bool updateApp, bool
|
||||
RegisterDebugger();
|
||||
}
|
||||
|
||||
RegisterExceptron();
|
||||
//Disabling for now - until its fixed or we yank it out
|
||||
//RegisterExceptron();
|
||||
|
||||
if (updateApp)
|
||||
{
|
||||
|
@ -3,12 +3,14 @@
|
||||
<legend>{{version}}
|
||||
<span class="date">
|
||||
- {{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>
|
||||
{{#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>
|
||||
|
||||
{{#with changes}}
|
||||
|
@ -4,11 +4,21 @@
|
||||
margin-bottom: 30px;
|
||||
|
||||
legend {
|
||||
margin-bottom: 5px;
|
||||
line-height: 30px;
|
||||
cursor : default;
|
||||
margin-bottom : 5px;
|
||||
line-height : 30px;
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.install-update {
|
||||
.clickable();
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
|
Loading…
Reference in New Issue
Block a user