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

197 lines
2.8 KiB
CSS
Raw Normal View History

2010-02-24 15:06:20 +00:00
body {
font-family: sans-serif;
background: white;
margin: 2em 1em 2em 1em;
}
2009-10-02 14:00:37 +00:00
#logo img {
2010-02-24 15:06:20 +00:00
width: 8em;
}
2010-02-24 15:06:20 +00:00
img {
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;
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;
2008-11-27 18:27:19 +00:00
}
2010-02-24 15:06:20 +00:00
th {
background-color:#E6EEEE;
}
2010-02-24 15:06:20 +00:00
table.tablesorter tr:nth-child(even) {
background-color: #efefef;
}
2010-02-24 15:06:20 +00:00
tr.clickable:hover {
background-color: #E6EEFF;
cursor: pointer;
}
td.centered {
text-align: center;
}
2010-02-24 15:06:20 +00:00
.layoutTable td, .layoutTable th {
border-style: none;
}
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);
}
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;
}
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
}
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 {
border: 1px solid black;
padding: 0.3em;
white-space: pre-wrap;
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-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
input.longString {
width: 40em;
}
2008-11-17 23:59:20 +00:00
select {
background-color: #fffff0;
}
button {
background-color: #f0f0e0;
}
form.inline {
display: inline;
}