Improve close button view

This commit is contained in:
Booteille 2024-12-07 15:46:51 +01:00
parent e09ef8b794
commit dbe818ce9a
No known key found for this signature in database
GPG Key ID: 0FE17AFD5A1F837F
1 changed files with 8 additions and 10 deletions

View File

@ -221,17 +221,15 @@
<div class="cell is-col-1"> <div class="cell is-col-1">
<span class="icon fas fa-file fa-2x is-large has-text-primary" aria-hidden="true"></span> <span class="icon fas fa-file fa-2x is-large has-text-primary" aria-hidden="true"></span>
</div> </div>
<div class="cell is-col-span-9"> <div class="cell is-col-span-10">
<strong class="is-block wb-all name is-overflow-x"></strong> <strong class="is-block wb-all name is-overflow-x"></strong>
<small class="is-block size mt-1"></small> <small class="is-block size mt-1"></small>
</div> </div>
<div class="cell is-col-10 "> <button class="is-narrow is-pulled-right card-header-icon" aria-label="<%= l('Close') %>">
<button class="is-narrow card-header-icon" aria-label="<%= l('Close') %>">
<span class="delete"></span> <span class="delete"></span>
</button> </button>
</div> </div>
</div>
</div> </div>
</div> </div>
@ -246,12 +244,12 @@
<div class="cell is-col-1"> <div class="cell is-col-1">
<span class="icon fas fa-file fa-2x is-large has-text-primary" aria-hidden="true"></span> <span class="icon fas fa-file fa-2x is-large has-text-primary" aria-hidden="true"></span>
</div> </div>
<div class="cell is-col-span-9"> <div class="cell is-col-span-10">
<strong class="is-block wb-all name is-overflow-x"></strong> <strong class="is-block wb-all name is-overflow-x"></strong>
<small class="is-block size mt-1"></small> <small class="is-block size mt-1"></small>
</div> </div>
<button class="cell is-col-10 is-narrow has-text-right card-header-icon" aria-label="<%= l('Close') %>"> <button class="is-narrow is-pulled-right card-header-icon" aria-label="<%= l('Close') %>">
<span class="delete"></span> <span class="delete"></span>
</button> </button>
</div> </div>
@ -272,12 +270,12 @@
<div class="cell is-col-1"> <div class="cell is-col-1">
<span class="icon fas fa-file fa-2x is-large has-text-primary" aria-hidden="true"></span> <span class="icon fas fa-file fa-2x is-large has-text-primary" aria-hidden="true"></span>
</div> </div>
<div class="cell is-col-span-9"> <div class="cell is-col-span-10">
<strong class="is-block wb-all name is-overflow-x name"></strong> <strong class="is-block wb-all name is-overflow-x name"></strong>
<small class="is-block size mt-1 size"></small> <small class="is-block size mt-1 size"></small>
</div> </div>
<button class="cell is-col-10 is-narrow has-text-right card-header-icon" aria-label="<%= l('Close') %>"> <button class="is-narrow is-pulled-right card-header-icon" aria-label="<%= l('Close') %>">
<span class="delete"></span> <span class="delete"></span>
</button> </button>
</div> </div>