hydra/src/root/static/css/hydra.css

158 lines
2.2 KiB
CSS
Raw Normal View History

2009-10-02 14:00:37 +00:00
#logo img {
width: 8em;
}
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 {
vertical-align: top;
2008-11-27 18:27:19 +00:00
}
a.smallLink {
font-size: 60%;
vertical-align: top;
}
.error-msg {
color: red;
2009-03-13 12:45:45 +00:00
white-space: pre-wrap;
}
.error {
color: red;
font-weight: bold;
}
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;
}
.multiLineMsg {
padding: 0em;
margin: 0em;
white-space: pre-wrap;
}
ul.productList {
list-style: none;
padding-left: 1em;
}
2008-11-12 14:29:32 +00:00
ul.productList li {
margin-top: 1em;
}
.runningBuild {
2008-11-10 13:33:12 +00:00
background-color: #ff3030;
color: white;
}
.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-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-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
input.longString {
width: 40em;
}
2008-11-17 23:59:20 +00:00
select {
background-color: #fffff0;
}
button {
background-color: #f0f0e0;
}
form.inline {
display: inline;
}