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

Fix table style to avoid action-buttons overlap

Fix table style to avoid action-buttons overlap
parent a6b7db36
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@
<spring:eval var="colCounter" expression="1" />
<table>
<table class="table-with-utilbox">
<thead>
<tr>
<th></th>
......@@ -132,8 +132,8 @@
<c:if test="${control}">
<td rowspan="${fn:length(data)}" class="utilbox" valign="top">
<td rowspan="${fn:length(data)}" class="utilbox" valign="top">
<div class="utilbox-actions">
<spring:url value="/resources/images/show.png" var="show_image_url" />
......
......@@ -321,11 +321,21 @@ table thead {
background-color: #09244D;
}
table .footer {
font-weight: bold;
font-style: italic;
/* background-color: #BBBBBB; */
background-color: #09244D;
height: 18px;
}
.table-with-utilbox {min-height: 100px;}
table a:link {color: #303030;}
.utilbox {width: 18px;}
table .utilbox {width: 18px;}
.utilbox-actions {position: fixed;}
table .utilbox-actions {position: fixed;}
caption {
caption-side: top;
......
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