mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
batch manager: move and simplify the displayed level, due to new buttons organization and better support for modern CSS
This commit is contained in:
@@ -573,7 +573,6 @@ UL.thumbnails SPAN.wrap2 {ldelim}
|
||||
<a href="{$thumbnail.FILE_SRC}" class="preview-box icon-zoom-square" title="{'Zoom'|@translate}"></a>
|
||||
</div>
|
||||
{if $thumbnail.level > 0}
|
||||
<em class="levelIndicatorB">{'Level %d'|@sprintf:$thumbnail.level|@translate}</em>
|
||||
<em class="levelIndicatorF" title="{'Who can see these photos?'|@translate} : ">{'Level %d'|@sprintf:$thumbnail.level|@translate}</em>
|
||||
{/if}
|
||||
<img src="{$thumbnail.thumb->get_url()}" alt="{$thumbnail.file}" title="{$thumbnail.TITLE|@escape:'html'}" {$thumbnail.thumb->get_size_htm()}>
|
||||
|
||||
@@ -89,11 +89,15 @@ UL.thumbnails INPUT {
|
||||
position: absolute;
|
||||
left: 2px; top: 2px;
|
||||
}
|
||||
UL.thumbnails .levelIndicatorB {
|
||||
display:block; position:absolute; z-index:100; padding:7px 0 0 2px; color:black; font-weight:bold; font-size:120%;
|
||||
}
|
||||
UL.thumbnails .levelIndicatorF {
|
||||
display:block; position:absolute; z-index:101; padding:8px 0 0 3px; color:white; font-weight:bold; font-size:120%;
|
||||
display:block;
|
||||
position:absolute;
|
||||
bottom: 0;
|
||||
text-shadow: 0px 0px 1px #000;
|
||||
padding:0 0 2px 5px;
|
||||
color:white;
|
||||
font-weight:bold;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
/* default-layout.css */
|
||||
|
||||
Reference in New Issue
Block a user