2013-02-19 14:34:53 +01:00
|
|
|
body {
|
2013-02-20 15:54:33 +01:00
|
|
|
padding-top: 40px;
|
2013-02-19 14:34:53 +01:00
|
|
|
}
|
|
|
|
|
2012-04-13 10:05:02 +02:00
|
|
|
.logo {
|
2012-04-13 10:33:11 +02:00
|
|
|
height: 30px;
|
2012-04-13 10:05:02 +02:00
|
|
|
}
|
|
|
|
|
2012-04-12 21:03:25 +02:00
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2012-04-13 11:47:05 +02:00
|
|
|
|
|
|
|
.template {
|
|
|
|
display: none;
|
2012-04-15 18:48:29 +02:00
|
|
|
}
|
|
|
|
|
2012-07-19 00:33:02 +02:00
|
|
|
table.productList {
|
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 0em 1em;
|
|
|
|
}
|
2013-02-20 01:28:29 +01:00
|
|
|
|
2013-02-20 13:56:41 +01:00
|
|
|
span:target > span.dep-tree-line {
|
2013-02-20 01:28:29 +01:00
|
|
|
font-style: italic;
|
2013-02-20 13:56:41 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
:target {
|
2013-02-20 17:58:27 +01:00
|
|
|
padding-top: 40px;
|
|
|
|
margin-top: -40px;
|
|
|
|
display: inline-block; /* required for webkit browsers */
|
2013-02-20 01:28:29 +01:00
|
|
|
}
|
2013-02-21 11:57:48 +01:00
|
|
|
|
|
|
|
span.disabled-project, span.disabled-jobset {
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.hidden-project a, span.hidden-jobset a {
|
|
|
|
color: gray;
|
|
|
|
}
|
2013-02-21 13:42:44 +01:00
|
|
|
|
|
|
|
table.info-table th {
|
|
|
|
padding-right: 1.0em;
|
|
|
|
padding-bottom: 0.2em;
|
|
|
|
}
|