提交 03917fea 编写于 作者: M mindless

[FIXED HUDSON-2922] Align column headings in projectView


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15040 71c3de6d-444a-0410-be80-ed276b4c234a
上级 507af4ee
......@@ -22,8 +22,8 @@
style="${h.ifThenElse(showViewTabs!=null,'margin-top:0px; border-top: none;',null)}">
<tr style="border-top: 0px;">
<th tooltip="${%Status of the last build}">S</th>
<th tooltip="${%Weather report showing aggregated status of recent builds}">W</th>
<th class="ctr" tooltip="${%Status of the last build}">S</th>
<th class="ctr" tooltip="${%Weather report showing aggregated status of recent builds}">W</th>
<th initialSortDir="down">${%Job}</th>
<j:forEach var="col" items="${columnExtensions}">
<th>${col.columnCaption}</th>
......
......@@ -461,6 +461,13 @@ th.pane {
white-space: nowrap;
}
#projectstatus th.ctr {
text-align: center;
}
#projectstatus th {
text-align: left;
}
/* ============================ health report hover ========================== */
.healthReport a {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册