<div id="contentArea">
<h2>Configuration</h2>
-<table>
+<table class="infoTable">
<tr>
<th>Index Directory</th>
<td>
<c:if test="${!empty(proxy.host)}">
<h3>HTTP Proxy</h3>
- <table>
+ <table class="infoTable">
<tr>
<th>Host</th>
<td>${proxy.host}</td>
Repository</a>
</div>
<h3>${repository.name}</h3>
- <table>
+ <table class="infoTable">
<tr>
<th>Identifier</th>
<td>
Repository</a>
</div>
<h3>${repository.name}</h3>
- <table>
+ <table class="infoTable">
<tr>
<th>Identifier</th>
<td>
Repository</a>
</div>
<h3>${repository.name}</h3>
- <table>
+ <table class="infoTable">
<tr>
<th>Identifier</th>
<td>
<blockquote>${model.description}</blockquote>
</c:if>
-<table>
+<table class="infoTable">
<tr>
<th>Group ID</th>
<td>${model.groupId}</td>
|| model.issueManagement != null || model.ciManagement != null}">
<h2>Other Details</h2>
- <table>
+ <table class="infoTable">
<c:if test="${!empty(model.url)}">
<tr>
<th>URL</th>
<c:if test="${model.scm != null}">
<h2>SCM</h2>
- <table>
+ <table class="infoTable">
<c:if test="${!empty(model.scm.connection)}">
<tr>
<th>Connection</th>
padding: 0 0 10px 0;
}
-body, td, select, input, li {
+body, td, th, select, input, li {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 13px;
}
font-size: x-small;
}
+th {
+ text-align: right;
+ padding-right: 1em;
+}
+
+.infoTable th {
+ width: 15em;
+}
+
#contentBox h1 {
background-image: url( ../images/arrow.gif );
background-repeat: no-repeat;
font-size: xx-small;
}
-.statusOk {
- color: green;
- font-weight: bold;
-}
-
.statusFailed {
color: red;
font-weight: bold;
font-size: xx-small;
}
-.statusOk {
- color: green;
- font-weight: bold;
-}
-
.statusFailed {
color: red;
font-weight: bold;