2013-11-06 14:50:21 +01:00
|
|
|
div.skip-topbar {
|
|
|
|
padding-top: 40px;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 979px) {
|
|
|
|
div.skip-topbar {
|
|
|
|
padding-top: 0;
|
|
|
|
margin-bottom: 0;
|
2013-11-06 13:32:56 +01:00
|
|
|
}
|
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 {
|
2013-11-06 13:32:56 +01:00
|
|
|
margin-top: 1em;
|
2013-04-26 14:45:20 +02:00
|
|
|
margin-bottom: 1em;
|
2013-11-06 13:32:56 +01:00
|
|
|
padding-top: 0em;
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
color: #999999;
|
|
|
|
font-size: 123.809%;
|
|
|
|
font-weight: normal;
|
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;
|
|
|
|
}
|
2013-05-29 14:58:44 +02:00
|
|
|
|
|
|
|
td.nowrap {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2013-08-27 13:45:27 +00:00
|
|
|
|
|
|
|
.override-link a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2013-10-08 13:32:46 +02:00
|
|
|
|
|
|
|
.actions {
|
2013-10-14 20:07:26 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.star {
|
|
|
|
color: black;
|
|
|
|
font-size: 110%;
|
2013-10-08 13:32:46 +02:00
|
|
|
}
|
2013-10-14 20:07:26 +02:00
|
|
|
|
|
|
|
.star:hover {
|
|
|
|
cursor: pointer;
|
2013-11-06 14:38:36 +01:00
|
|
|
}
|
2014-08-13 17:25:08 +02:00
|
|
|
|
|
|
|
span.keep-whitespace {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|