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

46 lines
667 B
CSS
Raw Normal View History

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
}
th {
text-align: left;
vertical-align: top;
}
.template {
display: none;
}
2012-07-19 00:33:02 +02:00
table.productList {
border-collapse: separate;
border-spacing: 0em 1em;
}
span:target > span.dep-tree-line {
font-style: italic;
font-weight: bold;
}
:target {
padding-top: 40px;
margin-top: -40px;
display: inline-block; /* required for webkit browsers */
}
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;
}