Picto info

This commit is contained in:
Olivier Mayer
2015-03-20 20:27:12 +09:00
parent 5eec2eba1a
commit aa2c0f9bcf
2 changed files with 13 additions and 1 deletions

View File

@@ -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>

View File

@@ -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');