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

86 lines
1.2 KiB
CSS
Raw Normal View History

@media (min-width: 768px) {
body {
padding-top: 40px;
}
2013-02-19 13:34:53 +00:00
}
2012-04-13 08:05:02 +00:00
.logo {
margin-top: -10px;
height: 25px;
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;
}
table.clickable-rows > tbody > tr {
cursor: pointer;
2013-02-22 15:41:42 +00:00
}
2013-02-26 15:00:46 +00:00
2013-04-26 12:45:20 +00:00
h2 {
font-size: 150%;
margin-bottom: 0em;
}
2013-02-26 15:00:46 +00:00
h3 {
2013-04-26 12:45:20 +00:00
font-size: 120%;
2013-02-26 15:00:46 +00:00
margin-top: 0.5em;
2013-04-26 12:45:20 +00:00
margin-bottom: 0em;
}
div.page-header {
margin-top: 0em;
margin-bottom: 1em;
}
div.page-header h1 {
margin-bottom: 0em;
}
div.page-header h1 small {
font-size: 45%;
2013-02-26 15:00:46 +00:00
}
.shell-prompt {
color: gray;
}