Add back update history button

This commit is contained in:
Rob Garrison 2018-12-08 08:46:23 -06:00
parent 331be7aa2b
commit d2930e5e66
2 changed files with 11 additions and 1 deletions

View File

@ -355,7 +355,6 @@
<button id="apply-all-updates"></button> <button id="apply-all-updates"></button>
<button id="check-all-updates"></button> <button id="check-all-updates"></button>
<button id="check-all-updates-force"></button> <button id="check-all-updates-force"></button>
<button id="update-history"></button>
<button id="file-all-styles"></button> <button id="file-all-styles"></button>
<button id="unfile-all-styles"></button> <button id="unfile-all-styles"></button>
<button id="manage-options-button"></button> <button id="manage-options-button"></button>
@ -392,6 +391,11 @@
</div> </div>
<div class="entry-col header-last-update center-text"> <div class="entry-col header-last-update center-text">
<a href="#" class="entry-col sortable tt-sw" i18n-text="searchResultUpdated" i18n-data-title="sortLabel;last updated" data-type="dateUpdated"><span></span></a> <a href="#" class="entry-col sortable tt-sw" i18n-text="searchResultUpdated" i18n-data-title="sortLabel;last updated" data-type="dateUpdated"><span></span></a>
<a href="#" id="update-history" class="tt-sw" i18n-data-title="genericHistoryLabel" tabindex="0">
<svg class="svg-icon" viewBox="0 0 20 20" i18n-alt="helpAlt">
<path d="M13,7H7V6h6Zm6,6.5A5.5,5.5,0,0,1,8.61,16H4V3H16V8.61A5.5,5.5,0,0,1,19,13.5ZM8,14c0-.16,0-.84,0-1H7V12H8.21a5.46,5.46,0,0,1,.39-1H7V10H9.26a5.55,5.55,0,0,1,1.09-1H7V8h7V5H6v9Zm10-.5A4.5,4.5,0,1,0,13.5,18,4.5,4.5,0,0,0,18,13.5ZM14,13V10H13v4h4V13Z"/>
</svg>
</a>
</div> </div>
<div class="entry-col header-applies-to" i18n-text="appliesLabel"></div> <div class="entry-col header-applies-to" i18n-text="appliesLabel"></div>
</header> </header>

View File

@ -176,6 +176,12 @@ a:hover {
padding: 0; padding: 0;
} }
.header-last-update,
.entry-last-update {
/* inlcude update history link */
max-width: calc(var(--narrow-column) + 20px);
}
/* keep all icons on the same row */ /* keep all icons on the same row */
.entry-actions { .entry-actions {
white-space: pre; white-space: pre;