More styling improvements

This commit is contained in:
Andy Miller
2018-09-09 13:28:17 -06:00
parent 316ed08a7f
commit 61eb44e9a2
6 changed files with 31 additions and 37 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -524,14 +524,7 @@ body.sidebar-quickopen #admin-main {
}
.hint:after, [data-hint]:after {
font-size: 0.9rem;
width: 300px;
line-height: inherit;
white-space: normal;
@include breakpoint(mobile-only) {
font-size: 0.5rem;
}
max-width: 300px;
}
h1 {

View File

@@ -14,8 +14,9 @@
<td style="flex:2;white-space: nowrap;"><i class="fa fa-clock-o"></i> {{ backup.date }}</td>
<td style="flex:2;white-space: nowrap;">{{ backup.title }}</td>
<td>
<a class="button button-small" href="{{ grav.backups.getBackupDownloadUrl(backup.path, admin.base) }}"><i class="fa fa-download"></i> Download</a>
<a class="button button-small danger"><i class="fa fa-close"></i></a>
<a class="button button-small hint--bottom" href="{{ grav.backups.getBackupDownloadUrl(backup.path, admin.base) }}" data-hint="Download"><i class="fa fa-download"></i></a>
<a class="button button-small hint--bottom" data-hint="Re-run"><i class="fa fa-refresh"></i></a>
<a class="button button-small danger hint--bottom" data-hint="Delete"><i class="fa fa-close"></i></a>
</td>
</tr>
{% endfor %}