Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10 from opencloud/JENKINS-25920-update-UI-style
[JENKINS-25920] Update UI style to match that in newer Jenkins versions.
  • Loading branch information
tbingaman committed Oct 5, 2015
2 parents 4595996 + dce73c8 commit 3769737
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.532</version>
<version>1.580</version>
</parent>

<artifactId>sectioned-view</artifactId>
Expand Down
Expand Up @@ -30,8 +30,9 @@ THE SOFTWARE.
</j:if>

<j:set var="columnExtensions" value="${section.columns}"/>
<table id="projectstatus" class="pane bigtable">
<tr style="border-top: 0px;">
<div class="pane-frame">
<table id="projectstatus" class="sortable pane bigtable stripped-odd">
<tr class="header">
<j:forEach var="col" items="${columnExtensions}">
<st:include page="columnHeader.jelly" it="${col}" />
</j:forEach>
Expand All @@ -44,4 +45,5 @@ THE SOFTWARE.
<t:projectViewRow jobBaseUrl="${relativeLinkToJob.substring(0, relativeLinkToJob.length() - job.shortUrl.length())}"/>
</j:forEach>
</table>
</div>
</j:jelly>
Expand Up @@ -48,7 +48,7 @@ THE SOFTWARE.
</j:otherwise>
</j:choose>
<!-- project list -->
<div class="pane" style="margin-top:0px; border: 1px #bbb solid; border-top: none;">
<div class="pane-frame">
<j:forEach var="section" items="${it.sections}">
<div style="${section.css}">
<div style="padding: 5px; overflow: hidden;">
Expand Down

0 comments on commit 3769737

Please sign in to comment.