Fixed: Update installed checkmark spacing and tooltip

This commit is contained in:
Mark McDowall 2014-06-18 17:15:54 -07:00
parent df1283c0a5
commit 6a2970fef2
3 changed files with 22 additions and 14 deletions

View File

@ -22,7 +22,8 @@ namespace NzbDrone.Common.Instrumentation
RegisterDebugger();
}
RegisterExceptron();
//Disabling for now - until its fixed or we yank it out
//RegisterExceptron();
if (updateApp)
{

View File

@ -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}}

View File

@ -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;