2013-03-19 00:15:12 +01:00
|
|
|
@media (min-width: 768px) {
|
|
|
|
body {
|
|
|
|
padding-top: 40px;
|
|
|
|
}
|
2013-02-19 14:34:53 +01:00
|
|
|
}
|
|
|
|
|
2012-04-13 10:05:02 +02:00
|
|
|
.logo {
|
2013-02-23 15:25:59 +01:00
|
|
|
margin-top: -10px;
|
|
|
|
height: 25px;
|
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
|
|
|
|
2013-02-22 16:21:50 +01:00
|
|
|
span.disabled-project, span.disabled-jobset, span.disabled-job {
|
2013-02-21 11:57:48 +01:00
|
|
|
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;
|
|
|
|
}
|
2013-02-22 16:41:42 +01:00
|
|
|
|
|
|
|
/* Missing in bootstrap 2.0.2 */
|
|
|
|
.text-warning {
|
2013-02-22 18:13:18 +01:00
|
|
|
color: #c09853;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.clickable-rows > tbody > tr {
|
|
|
|
cursor: pointer;
|
2013-02-22 16:41:42 +01:00
|
|
|
}
|
2013-02-26 16:00:46 +01:00
|
|
|
|
2013-04-26 14:45:20 +02:00
|
|
|
h2 {
|
|
|
|
font-size: 150%;
|
|
|
|
margin-bottom: 0em;
|
|
|
|
}
|
|
|
|
|
2013-02-26 16:00:46 +01:00
|
|
|
h3 {
|
2013-04-26 14:45:20 +02:00
|
|
|
font-size: 120%;
|
2013-02-26 16:00:46 +01:00
|
|
|
margin-top: 0.5em;
|
2013-04-26 14:45:20 +02: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 16:00:46 +01:00
|
|
|
}
|
2013-04-26 17:47:30 +02:00
|
|
|
|
|
|
|
.shell-prompt {
|
|
|
|
color: gray;
|
|
|
|
}
|
2013-05-07 17:04:42 +02:00
|
|
|
|
|
|
|
div.news-item:not(:first-child) {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|