#1264 hover button style

also added whitespace no wrap to checkboxs label and set the h1 of the page via maintenance.php
This commit is contained in:
Louis
2020-11-20 15:26:33 +01:00
committed by plegall
parent 1db2188db8
commit 2c15d8f55c
3 changed files with 16 additions and 11 deletions
+4
View File
@@ -49,3 +49,7 @@ $tabsheet->select($page['tab']);
$tabsheet->assign();
include(PHPWG_ROOT_PATH.'admin/maintenance_'.$page['tab'].'.php');
$template->assign(
array('ADMIN_PAGE_TITLE' => l10n('Maintenance'))
);
@@ -94,11 +94,6 @@ $(".delete-size-check").change(function() {
})
{/footer_script}
<div class="titrePage">
<h2>{'Maintenance'|@translate}</h2>
</div>
<fieldset class="">
<legend><span class="icon-globe icon-blue"></span>Global Gallery Actions</legend>
<div style="display:flex;flex-wrap: wrap;">
@@ -128,7 +123,7 @@ $(".delete-size-check").change(function() {
</fieldset>
<div class="delete-size-checks">
<span style="font-weight:bold">{'Delete multiple size images'|@translate}</span>
<span id="label-delete-size-checkbox">{'Delete multiple size images'|@translate}</span>
<div class="delete-check-container">
{foreach from=$purge_derivatives key=name item=url name=loop}
<div class="delete-size-check" data-selected="0" name="{$url}">
@@ -140,10 +135,20 @@ $(".delete-size-check").change(function() {
<a class="icon-ok maintenance-action delete-sizes">Delete these sizes</a>
<style>
#label-delete-size-checkbox {
font-weight:bold;
white-space:nowrap;
}
.maintenance-action:hover {
background-color: #ffa744;
color: #3c3c3c;
}
.maintenance-action {
border:solid 1px;
padding:8px 30px;
margin-right: 50px;
margin-right: 20px;
margin-bottom: 20px;
}
@@ -1,7 +1,3 @@
<div class="titrePage">
<h2>{'Maintenance'|@translate}</h2>
</div>
<fieldset id="environment">
<legend><span class="icon-television icon-red"></span> {'Environment'|@translate}</legend>
<ul style="font-weight:bold">