PHRAS-2386 #comment Refacto picto comment #time 1h

This commit is contained in:
Harrys Ravalomanana
2019-06-04 14:53:15 +04:00
parent 35b77fd6a0
commit 82c19b9e2f
4 changed files with 13 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 632 B

After

Width:  |  Height:  |  Size: 1007 B

View File

@@ -38,5 +38,17 @@ $mainMenuLinkBackgroundHoverColor: transparent;
}
}
.macroFileEdit {
width: 24px;
height: 24px;
background: url(../images/icons/file-edit.png) no-repeat center;
cursor: help;
display: inline-block;
transition: 0.3s all;
&:hover, &:focus {
background-image: url(../images/icons/file-edit-hover.png);
}
}

View File

@@ -397,7 +397,7 @@
</td>
<td style="width:25px;">
{% if choice.getNote() != '' %}
<img style="cursor:help;" src='/assets/common/images/icons/file-edit.png' class="noteTips" title="{{choice.getNote()|nl2br}}" />
<span class="noteTips macroFileEdit" title="{{choice.getNote()|nl2br}}">&nbsp;</span>
{% endif %}
</td>
</tr>