mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Picto info
This commit is contained in:
@@ -123,7 +123,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if settings.technical_display == '1' %}
|
{% if settings.technical_display == '1' %}
|
||||||
<img class="infoTips" tooltipsrc="{{ path('prod_tooltip_technical_data', { 'sbas_id' : record.databoxId, 'record_id' : record.recordId }) }}" src="/skins/icons/info.gif"/>
|
<img class="infoTips" tooltipsrc="{{ path('prod_tooltip_technical_data', { 'sbas_id' : record.databoxId, 'record_id' : record.recordId }) }}" src="/skins/icons/contextMenuTrigger.png"/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@@ -608,6 +608,18 @@ span.ww_winTitle {
|
|||||||
|
|
||||||
/******* PRESENTATION DE MINIATURES *******************************************/
|
/******* PRESENTATION DE MINIATURES *******************************************/
|
||||||
|
|
||||||
|
.infoTips {
|
||||||
|
background: none !important;
|
||||||
|
width: 13px !important;
|
||||||
|
height: 10px !important;
|
||||||
|
padding-top: 4px;
|
||||||
|
margin-right: 9px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contextMenuTrigger {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.captionRolloverTips, .previewTips, .infoTips,
|
.captionRolloverTips, .previewTips, .infoTips,
|
||||||
.baskAdder, .printer, .downloader, .baskDeleter {
|
.baskAdder, .printer, .downloader, .baskDeleter {
|
||||||
background-image: url('../../icons/zoom.gif');
|
background-image: url('../../icons/zoom.gif');
|
||||||
|
Reference in New Issue
Block a user