2010-02-24 15:06:20 +00:00
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
background: white;
|
|
|
|
margin: 2em 1em 2em 1em;
|
2010-02-05 14:48:22 +00:00
|
|
|
}
|
|
|
|
|
2009-10-02 14:00:37 +00:00
|
|
|
#logo img {
|
2010-02-24 15:06:20 +00:00
|
|
|
width: 8em;
|
2008-10-28 10:19:31 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
img {
|
2010-02-05 14:48:22 +00:00
|
|
|
border-style: none;
|
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
a { text-decoration: none;}
|
|
|
|
a:link { color: #0048b3; }
|
|
|
|
a:visited { color: #002a6a; }
|
|
|
|
a.no-hover:hover { background: none; }
|
|
|
|
a:hover, a:visited:hover { text-decoration: underline;}
|
|
|
|
a.smallLink {
|
|
|
|
font-size: 60%;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
a#error-link {
|
|
|
|
color: red;
|
2008-11-27 09:59:29 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
|
|
|
|
table {
|
|
|
|
empty-cells: show;
|
|
|
|
border-spacing: 1px;
|
2010-02-05 14:48:22 +00:00
|
|
|
text-align: left;
|
2008-11-26 19:48:04 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
th, td {
|
|
|
|
border: 1px solid #dddddd;
|
2010-02-25 13:17:11 +00:00
|
|
|
vertical-align: top;
|
2008-11-27 18:27:19 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
th {
|
|
|
|
background-color:#E6EEEE;
|
2010-02-05 14:48:22 +00:00
|
|
|
}
|
|
|
|
|
2010-02-25 13:43:29 +00:00
|
|
|
table.tablesorter:not(.clean) tr:nth-child(even) {
|
2010-02-24 15:06:20 +00:00
|
|
|
background-color: #efefef;
|
2010-02-05 14:48:22 +00:00
|
|
|
}
|
|
|
|
|
2010-02-25 13:43:29 +00:00
|
|
|
table.tablesorter:not(.clean) tr:nth-child(odd) {
|
2010-02-25 13:17:11 +00:00
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
tr.clickable:hover {
|
|
|
|
background-color: #E6EEFF;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2010-08-31 15:27:46 +00:00
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
td.centered {
|
|
|
|
text-align: center;
|
2009-04-02 16:15:57 +00:00
|
|
|
}
|
|
|
|
|
2010-08-31 15:27:46 +00:00
|
|
|
td.right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
|
|
|
|
.layoutTable td, .layoutTable th {
|
|
|
|
border-style: none;
|
2008-10-28 10:19:31 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +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;
|
2010-02-09 13:43:53 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
table.tablesorter thead tr .headerSortUp {
|
|
|
|
background-image: url(/static/js/tablesorter/themes/blue/asc.gif);
|
2008-11-25 00:38:16 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
table.tablesorter thead tr .headerSortDown {
|
|
|
|
background-image: url(/static/js/tablesorter/themes/blue/desc.gif);
|
2008-10-28 15:34:29 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
|
|
|
|
background-color: #D6DDDD;
|
2008-11-18 16:45:23 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
table.tablesorter thead tr th {
|
|
|
|
padding-right: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#generic-tabs li {
|
|
|
|
height : 30px;
|
|
|
|
font-size : 90%;
|
|
|
|
}
|
|
|
|
#generic-tabs div {
|
|
|
|
font-size : 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3 {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #002a70;
|
2008-11-25 13:27:57 +00:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.productDetails {
|
|
|
|
display: none;
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
margin-left: 3em;
|
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
.runningBuild {
|
2008-11-13 17:55:40 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
.disabledBuild {
|
2008-11-18 14:48:40 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
.error-msg {
|
|
|
|
color: red;
|
|
|
|
white-space: pre-wrap;
|
2008-11-18 14:48:40 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
.error {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
2008-10-28 15:34:29 +00:00
|
|
|
}
|
2008-11-12 15:36:50 +00:00
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
pre {
|
|
|
|
margin-left: 1.5em;
|
|
|
|
margin-right: 1.5em;
|
2008-10-28 15:34:29 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
pre.buildlog {
|
2011-02-02 09:00:52 +00:00
|
|
|
border: 3px solid darkblue;
|
2010-02-24 15:06:20 +00:00
|
|
|
padding: 0.3em;
|
|
|
|
white-space: pre-wrap;
|
2011-02-02 09:00:52 +00:00
|
|
|
background: black;
|
|
|
|
color: #ffffff;
|
2008-10-28 15:34:29 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
div.buildlog {
|
|
|
|
border: 1px solid black;
|
|
|
|
padding: 0.3em;
|
2008-10-28 15:34:29 +00:00
|
|
|
}
|
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
.multiLineMsg {
|
|
|
|
padding: 0em;
|
|
|
|
margin: 0em;
|
|
|
|
white-space: pre-wrap;
|
2008-10-28 15:34:29 +00:00
|
|
|
}
|
2008-11-06 23:17:46 +00:00
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
.template {
|
|
|
|
display: none;
|
2008-11-07 17:10:34 +00:00
|
|
|
}
|
2008-11-12 23:45:11 +00:00
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
div.help {
|
|
|
|
border: solid black 1px;
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
2008-11-12 23:45:11 +00:00
|
|
|
|
2010-02-24 15:06:20 +00:00
|
|
|
div.help pre {
|
|
|
|
padding-left: 1.5em;
|
|
|
|
color: #400000;
|
|
|
|
}
|
2008-11-27 18:27:19 +00:00
|
|
|
|
|
|
|
th.releaseSetJobName {
|
|
|
|
font-size: 60%;
|
|
|
|
padding: 0 0 0 0;
|
|
|
|
}
|
|
|
|
|
2008-11-13 14:54:50 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2010-04-27 13:29:08 +00:00
|
|
|
textarea.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
|
|
|
|
2010-03-19 08:36:31 +00:00
|
|
|
.red {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
.orange {
|
|
|
|
color: orange;
|
|
|
|
}
|
|
|
|
.green {
|
|
|
|
color: green;
|
|
|
|
}
|
2010-04-27 13:29:08 +00:00
|
|
|
|
|
|
|
.newsbar {
|
|
|
|
background-color:#D9E3EA;
|
|
|
|
border:1px solid #999999;
|
|
|
|
float:right;
|
|
|
|
font-size:x-small;
|
|
|
|
margin:0 0 0.5em 0.5em;
|
|
|
|
overflow:hidden;
|
|
|
|
padding:0.5em;
|
|
|
|
width:30em;
|
|
|
|
}
|