For instance, if the "timestamp" column becomes too small, then every timestamp is spread out across two lines, doubling the size of the table.
94 lines
1.3 KiB
CSS
94 lines
1.3 KiB
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;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 150%;
|
|
margin-bottom: 0em;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 120%;
|
|
margin-top: 0.5em;
|
|
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%;
|
|
}
|
|
|
|
.shell-prompt {
|
|
color: gray;
|
|
}
|
|
|
|
div.news-item:not(:first-child) {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
td.nowrap {
|
|
white-space: nowrap;
|
|
}
|