提交 e2f54c3f 编写于 作者: K kohsuke

fixed a formatting error. Needs to use a block element so that min-height takes effect.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@24773 71c3de6d-444a-0410-be80-ed276b4c234a
上级 2b4cc0fd
...@@ -42,10 +42,10 @@ THE SOFTWARE. ...@@ -42,10 +42,10 @@ THE SOFTWARE.
${name} ${name}
</td> </td>
<j:choose> <j:choose>
<j:when test="${!e.alive}"> <j:when test="${true or !e.alive}">
<td class="pane"> <td class="pane">
<a href="${rootURL}/computers/${cloop.index}/${url}/causeOfDeath"> <a href="${rootURL}/computers/${cloop.index}/${url}/causeOfDeath">
<span class="error">${%Dead} (!)</span> <div class="error">${%Dead} (!)</div>
</a> </a>
</td> </td>
<td class="pane"/> <td class="pane"/>
......
...@@ -420,7 +420,7 @@ th.pane { ...@@ -420,7 +420,7 @@ th.pane {
color: white; color: white;
} }
/* ======================== error/warning message (mainly in the form) ======================== */ /* ======================== error/warning message (mainly in the form.) Use them on block elements ======================== */
.error { .error {
color: #CC0000; color: #CC0000;
font-weight: bold; font-weight: bold;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册