Skip to content
Snippets Groups Projects
Commit a6b7db36 authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Alter action buttons's style to be fixed on screen

Alter action buttons's style to be fixed on screen
parent d5aae784
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,10 @@
</c:forTokens>
<c:if test="${control}">
<td rowspan="${fn:length(data)}" class="utilbox" valign="top">
<div class="utilbox-actions">
<spring:url value="/resources/images/show.png" var="show_image_url" />
<spring:message arguments="${typeName}" code="entity_show" var="show_label" htmlEscape="false" />
......@@ -184,6 +187,9 @@
</c:otherwise>
</c:choose>
</c:if>
</div>
</td>
<c:set var="control" value="false" />
</c:if>
......
......@@ -325,6 +325,8 @@ table a:link {color: #303030;}
.utilbox {width: 18px;}
.utilbox-actions {position: fixed;}
caption {
caption-side: top;
width: auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment