2009-10-02 14:00:37 +00:00
|
|
|
#logo img {
|
2010-01-07 14:25:12 +00:00
|
|
|
width: 8em;
|
2008-10-28 10:19:31 +00:00
|
|
|
}
|
|
|
|
|
2008-11-27 10:04:54 +00:00
|
|
|
tr.clickable:hover {
|
2008-11-27 09:59:29 +00:00
|
|
|
background-color: #a0a0f0;
|
2008-11-27 10:04:54 +00:00
|
|
|
cursor: pointer;
|
2008-11-27 09:59:29 +00:00
|
|
|
}
|
|
|
|
|
2008-11-26 19:48:04 +00:00
|
|
|
.layoutTable td, .layoutTable th {
|
|
|
|
border-style: none;
|
|
|
|
}
|
|
|
|
|
2008-11-27 18:27:19 +00:00
|
|
|
.layoutTable th {
|
2008-11-25 13:27:57 +00:00
|
|
|
vertical-align: top;
|
2008-11-27 18:27:19 +00:00
|
|
|
}
|
|
|
|
|
2009-04-02 16:15:57 +00:00
|
|
|
a.smallLink {
|
|
|
|
font-size: 60%;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2008-11-11 17:49:50 +00:00
|
|
|
.error-msg {
|
2008-10-28 10:19:31 +00:00
|
|
|
color: red;
|
2009-03-13 12:45:45 +00:00
|
|
|
white-space: pre-wrap;
|
2008-10-28 10:19:31 +00:00
|
|
|
}
|
|
|
|
|
2008-11-25 00:38:16 +00:00
|
|
|
.error {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2008-10-28 10:19:31 +00:00
|
|
|
pre.buildlog {
|
|
|
|
border: 1px solid black;
|
|
|
|
padding: 0.3em;
|
2008-11-13 00:01:19 +00:00
|
|
|
white-space: pre-wrap;
|
2008-10-28 15:34:29 +00:00
|
|
|
}
|
|
|
|
|
2008-11-18 16:45:23 +00:00
|
|
|
div.buildlog {
|
|
|
|
border: 1px solid black;
|
|
|
|
padding: 0.3em;
|
|
|
|
}
|
|
|
|
|
2008-11-25 13:27:57 +00:00
|
|
|
.multiLineMsg {
|
|
|
|
padding: 0em;
|
|
|
|
margin: 0em;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
2008-11-07 17:10:34 +00:00
|
|
|
ul.productList {
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
2008-11-12 14:29:32 +00:00
|
|
|
ul.productList li {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2008-11-30 18:53:58 +00:00
|
|
|
.runningBuild {
|
2008-11-10 13:33:12 +00:00
|
|
|
background-color: #ff3030;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2008-11-30 18:53:58 +00:00
|
|
|
.disabledBuild {
|
|
|
|
background-color: #b0b0b0;
|
|
|
|
}
|
|
|
|
|
2008-11-12 14:29:32 +00:00
|
|
|
.productDetails {
|
|
|
|
display: none;
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
margin-left: 3em;
|
|
|
|
}
|
|
|
|
|
2008-11-17 13:36:58 +00:00
|
|
|
.template {
|
2008-11-13 17:55:40 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-11-18 14:48:40 +00:00
|
|
|
div.help {
|
|
|
|
border: solid black 1px;
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.help pre {
|
|
|
|
padding-left: 1.5em;
|
|
|
|
color: #400000;
|
|
|
|
}
|
|
|
|
|
2008-10-28 15:34:29 +00:00
|
|
|
|
|
|
|
/* Sortable tables */
|
|
|
|
|
|
|
|
table.tablesorter {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2008-11-12 15:36:50 +00:00
|
|
|
|
2008-10-28 15:34:29 +00:00
|
|
|
table.tablesorter thead tr .header {
|
|
|
|
background-image: url(/static/js/tablesorter/themes/blue/bg.gif);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center right;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.tablesorter thead tr .headerSortUp {
|
|
|
|
background-image: url(/static/js/tablesorter/themes/blue/asc.gif);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.tablesorter thead tr .headerSortDown {
|
|
|
|
background-image: url(/static/js/tablesorter/themes/blue/desc.gif);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
|
|
|
|
background-color: #ffe000;
|
|
|
|
}
|
2008-11-06 23:17:46 +00:00
|
|
|
|
|
|
|
table.tablesorter thead tr th {
|
|
|
|
padding-right: 1.5em;
|
2008-11-07 17:10:34 +00:00
|
|
|
}
|
2008-11-12 23:45:11 +00:00
|
|
|
|
|
|
|
|
2008-11-27 18:27:19 +00:00
|
|
|
/* Overriding tablesorter... */
|
|
|
|
|
|
|
|
th.releaseSetJobName {
|
|
|
|
font-size: 60%;
|
|
|
|
padding: 0 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-11-13 14:54:50 +00:00
|
|
|
/* Editing */
|
|
|
|
|
|
|
|
input.string {
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 100%;
|
|
|
|
background-color: #fffff0;
|
2008-11-18 12:13:34 +00:00
|
|
|
width: 20em;
|
2008-11-13 14:54:50 +00:00
|
|
|
}
|
2008-11-17 11:44:51 +00:00
|
|
|
|
|
|
|
input.shortString {
|
2008-11-17 23:59:20 +00:00
|
|
|
width: 7em;
|
2008-11-17 11:44:51 +00:00
|
|
|
}
|
2008-11-17 23:59:20 +00:00
|
|
|
|
2009-10-26 12:04:12 +00:00
|
|
|
input.longString {
|
|
|
|
width: 40em;
|
|
|
|
}
|
|
|
|
|
2008-11-17 23:59:20 +00:00
|
|
|
select {
|
|
|
|
background-color: #fffff0;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
background-color: #f0f0e0;
|
2009-03-02 16:03:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
form.inline {
|
|
|
|
display: inline;
|
|
|
|
}
|
2010-01-07 14:25:12 +00:00
|
|
|
|