* Showing releases.

This commit is contained in:
Eelco Dolstra
2008-11-27 18:27:19 +00:00
parent 7b19257830
commit d6f71f2248
8 changed files with 267 additions and 200 deletions

View File

@ -52,8 +52,16 @@ td {
vertical-align: top;
}
th {
td.centered {
text-align: center;
}
.layoutTable th {
vertical-align: top;
}
th {
vertical-align: center;
background: #ffffc0;
}
@ -116,27 +124,6 @@ span.system {
font-style: italic;
}
table.derivationList {
margin-left: 2em;
margin-right: 2em;
}
table.derivationList, table.derivationList td, table.derivationList th {
border: 1px solid #808080;
}
table.derivationList tr.odd {
background: #f0f0f0;
}
table.derivationList td {
vertical-align: top;
}
table.derivationList td.system {
font-style: italic;
}
a {
text-decoration: none;
}
@ -149,15 +136,6 @@ img {
border-style: none;
}
table.buildfarmResults td, table.buildfarmResults th {
border: none;
}
td.buildfarmMainColumn {
background-color: #E0E0E0;
border: solid;
}
.error-msg {
color: red;
white-space: pre;
@ -210,10 +188,6 @@ ul.productList li {
display: none;
}
.template {
display: none;
}
div.jobset {
border: solid black 1px;
-moz-border-radius: 1em;
@ -273,6 +247,14 @@ table.tablesorter thead tr th {
}
/* Overriding tablesorter... */
th.releaseSetJobName {
font-size: 60%;
padding: 0 0 0 0;
}
/* Navbar */
#leftnavbar {