Skip to content

Commit

Permalink
attempt to improve css for progress panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 13, 2014
1 parent 53a73b4 commit 344bfc9
Showing 1 changed file with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,22 @@
<body>
<wicket:panel>
<div wicket:id="contents">
<br/>
<table border="1">
<table class="table table-striped table-condensed table-bordered" style="width: auto;">
<tr>
<th><b><wicket:message key="ProgressTableHeader.Activity"/></b></th>
<th><b><wicket:message key="ProgressTableHeader.Status"/></b></th>
<th><b><wicket:message key="ProgressTableHeader.ResourceObject"/></b></th>
<th><wicket:message key="ProgressTableHeader.Activity"/></th>
<th><wicket:message key="ProgressTableHeader.Status"/></th>
<th><wicket:message key="ProgressTableHeader.ResourceObject"/></th>
</tr>
<tr wicket:id="progressReportActivities">
<td><span wicket:id="description"></span></td>
<td><span wicket:id="description"/></td>
<td><i wicket:id="status"></i></td>
<td><span wicket:id="comment"></span></td>
<td><span wicket:id="comment"/></td>
</tr>
</table>
<br/>
<span wicket:id="executionTime"/>
<br/>
<span wicket:id="logItems">
<span wicket:id="logItem">label</span><br/>
</span>
<br/>
</div>
</wicket:panel>
</body>
Expand Down

0 comments on commit 344bfc9

Please sign in to comment.