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

51 lines
756 B
CSS
Raw Normal View History

2013-02-19 13:34:53 +00:00
body {
2013-02-20 14:54:33 +00:00
padding-top: 40px;
2013-02-19 13:34:53 +00:00
}
2012-04-13 08:05:02 +00:00
.logo {
2012-04-13 08:33:11 +00:00
height: 30px;
2012-04-13 08:05:02 +00:00
}
th {
text-align: left;
vertical-align: top;
}
.template {
display: none;
}
2012-07-18 22:33:02 +00: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, span.disabled-job {
text-decoration: line-through;
}
span.hidden-project a, span.hidden-jobset a {
color: gray;
}
2013-02-21 12:42:44 +00:00
table.info-table th {
padding-right: 1.0em;
padding-bottom: 0.2em;
}
2013-02-22 15:41:42 +00:00
/* Missing in bootstrap 2.0.2 */
.text-warning {
color: #c09853;
}