Skip to content

Commit

Permalink
[FIXED JENKINS-10251] Adding borders for all the cells, to make it ea…
Browse files Browse the repository at this point in the history
…sier to see the

configurations in the matrix.
  • Loading branch information
costincaraivan authored and kohsuke committed Dec 7, 2011
1 parent aba1616 commit 67f94cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 3 additions & 1 deletion changelog.html
Expand Up @@ -55,7 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
<li class=rfe>
Make the matrix configuration table looks like the rest of Jenkins tables.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10251">issue 10251</a>)
</ul>
</div><!--=TRUNK-END=-->

Expand Down
9 changes: 3 additions & 6 deletions war/src/main/webapp/css/style.css
Expand Up @@ -1016,27 +1016,24 @@ table.progress-bar.red td.progress-bar-done {

/* ========================= matrix configuration table ================== */
table#configuration-matrix {
border-width: 1px;
border-color: #BBBBBB;
border-style: solid;
border: 1px #BBBBBB solid;
border-collapse: collapse;
}
tr.matrix-row {
background: #f0f0f0;
border-bottom: 1px #BBBBBB solid;
font-weight: bold;
}
td.matrix-header {
border: 1px #BBBBBB solid;
padding: 3px;
}
td#matrix-title {
border-right: 1px #BBBBBB solid;
padding: 3px;
}
td.matrix-leftcolumn {
border: 1px #BBBBBB solid;
font-weight: bold;
background: #f0f0f0;
border-right: 1px #BBBBBB solid;
padding: 3px;
}
td.matrix-cell {
Expand Down

0 comments on commit 67f94cd

Please sign in to comment.