mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Picto info
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% 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 %}
|
||||
</td>
|
||||
</tr>
|
||||
|
@@ -608,6 +608,18 @@ span.ww_winTitle {
|
||||
|
||||
/******* 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,
|
||||
.baskAdder, .printer, .downloader, .baskDeleter {
|
||||
background-image: url('../../icons/zoom.gif');
|
||||
|
Reference in New Issue
Block a user