hydra/src/root/static/css/hydra.css
Eelco Dolstra c1aefc4c41 Update bootstrap to 2.0.3
This makes the navbar collapse properly on small screens.
2013-03-19 00:15:12 +01:00

63 lines
940 B
CSS

@media (min-width: 768px) {
body {
padding-top: 40px;
}
}
.logo {
margin-top: -10px;
height: 25px;
}
th {
text-align: left;
vertical-align: top;
}
.template {
display: none;
}
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;
}
table.info-table th {
padding-right: 1.0em;
padding-bottom: 0.2em;
}
/* Missing in bootstrap 2.0.2 */
.text-warning {
color: #c09853;
}
table.clickable-rows > tbody > tr {
cursor: pointer;
}
h3 {
margin-top: 0.5em;
margin-bottom: 0.5em;
}