aboutsummaryrefslogtreecommitdiff
path: root/app/dashboard/static/css/linaro-base-1.0.11.css
blob: 9ae4e4768554f7a838fdbc3abc2b83cd6602c0e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
html {
  position: relative;
  min-height: 100%;
}
body {
    margin-bottom: 60px;
}
#container-content {
    margin-bottom: 25px;
}
.clickable-table tbody tr {
    cursor: pointer;
}
.pull-center {
    text-align: center !important;
    vertical-align: middle !important;
}
.table tbody td a.table-link {
    color: inherit;
}
.panel-heading, .pointer {
    cursor: pointer;
}
#success-cell, #fail-cell, #unknown-cell {
    cursor: pointer;
}
.pie-chart td {
    text-align: center;
    width: 25px;
    border-bottom: 3px solid;
}
.pie-chart td:nth-child(even) {
    border: none;
}
.chart-div {
    text-align: -webkit-center;
}
.btn-group {
    padding-bottom: 1em;
}
.big-table td {
    border: 0;
    border-spacing: 0;
    padding: 0;
}
.bisect-table {
    table-layout: fixed;
}
.bisect-table thead tr th {
    text-align: center;
    vertical-align: middle;
}
.bisect-table tbody tr td:first-child, tbody tr td:nth-child(0) {
    text-align: left;
    vertical-align: middle;
}
.bisect-table tbody tr td {
    text-align: center;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bisect-tooltip {
    text-overflow: clip !important;
    white-space: normal !important;
    overflow: visible !important;
}
.bisect-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bisect-table thead tr th:first-child, thead tr th:nth-child(0) {
    border: none;
}
.bisect-table tbody tr td:first-child, tbody tr td:nth-child(0) {
    border: none;
}
.bisect-table tbody tr:hover td:first-child .bisect-text, .bisect-table tbody tr:hover th:first-child .bisect-text {
    font-weight: bold;
}
.clean-link a:link a:visited a:hover a:active a:focus {
    text-decoration: none;
}
.extra-margin {
    margin-right: 5px;
}
.red-font {
    color: #d9534f;
}
div.tooltip-inner {
    max-width: 350px;
}
div.dataTables_filter input {
    margin-left: 0 !important;
}
.date-range {
    margin-bottom: 27px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}
.footer .text-muted {
    margin: 21px 0;
}
.arch-label {
    padding: 4px 7px 4px;
}
.footer > .container {
    font-size: small;
    font-weight: lighter;
    margin-top: 9px;
    margin-bottom: 3px;
}
.faq dt {
    margin-top: 15px;
}
.faq dd {
    margin-bottom: 15px;
}
.command {
    font-size: small;
    font-family: monospace;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.details {
    margin-left: 5px;
}
.larger-modal {
    width: 1024px;
}
.bisect-compare-desc {
    margin-left: 10px;
}
.other-header h4, span {
    display: inline;
}
.other-header {
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 4px;
}
.other-header span span i {
    cursor: pointer;
}
hr.subheader {
    margin-top: 7px;
    margin-bottom: 15px;
}
hr.blurred {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.03), rgba(0,0,0,0.10), rgba(0,0,0,0.03));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0.03), rgba(0,0,0,0.10), rgba(0,0,0,0.03));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0.03), rgba(0,0,0,0.10), rgba(0,0,0,0.03));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.03), rgba(0,0,0,0.10), rgba(0,0,0,0.03));
}