mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-06-18 10:01:35 +02:00
More styling improvements
This commit is contained in:
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
36
themes/grav/js/admin.min.js
vendored
36
themes/grav/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
14
themes/grav/js/vendor.min.js
vendored
14
themes/grav/js/vendor.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user