Merge "Add qtip job to pod zte-virtual6"
[releng.git] / utils / test / testapi / 3rd_party / static / testapi-ui / assets / css / style.css
1 body {
2   background: white;
3   color: black;
4   font-family: 'Helvetica Neue', 'Helvetica', 'Verdana', sans-serif;
5 }
6
7 a {
8   text-decoration: none;
9   cursor: pointer;
10 }
11
12 a:hover {
13   text-decoration: underline;
14 }
15
16 .heading {
17   font-size: 3em;
18   font-weight: bold;
19   margin-bottom: 10px;
20   margin-top: 10px;
21 }
22
23 .heading img {
24   height: 50px;
25   vertical-align: text-bottom;
26 }
27
28 form {
29   margin: 0;
30   padding: 0;
31   border: 0;
32 }
33
34 fieldset {
35   border: 0;
36 }
37
38 input.error {
39   background: #FAFF78;
40 }
41
42 h1, h2, h3, h4, h5, h6 {
43   font-family: 'Futura-CondensedExtraBold', 'Futura', 'Helvetica', sans-serif;
44 }
45
46 .footer {
47   background: none repeat scroll 0% 0% #333;
48 }
49
50 .required {
51   color: #1D6503;
52 }
53
54 .advisory {
55   color: #9F8501;
56 }
57
58 .deprecated {
59   color: #B03838;
60 }
61
62 .removed {
63   color: #801601;
64 }
65
66 .checkbox {
67   word-spacing: 20px;
68   background: #F8F8F8;
69   padding: 10px;
70 }
71
72 .checkbox-test-list {
73   word-spacing: normal;
74   background: none;
75 }
76
77 .checkbox-test-list .info-hover {
78   font-size: 12px;
79   color: #878787;
80   cursor: help;
81 }
82
83 .checkbox-verified {
84   border: 1px solid #A9A9A9;
85   text-align: center;
86   width: 150px;
87 }
88
89 .capabilities {
90   color: #4B4B4B;
91 }
92
93 .capabilities .capability-list-item {
94   border-bottom: 2px solid #AFAFAF;
95   padding-bottom: .6em;
96 }
97
98 .capabilities .capability-name {
99   font-size: 1.3em;
100   font-weight: bold;
101   color: black;
102 }
103
104 #criteria {
105   color: #4B4B4B;
106 }
107
108 .criterion-name {
109   font-size: 1.1em;
110   font-weight: bold;
111 }
112
113 .list-inline li:before {
114   content: '\00BB';
115 }
116
117 .program-about {
118   font-size: .8em;
119   padding-top: .3em;
120   float: right;
121 }
122
123 .jumbotron .left {
124   width: 70%;
125 }
126
127 .container .jumbotron {
128   background: #F6F6F6;
129   border-top: 2px solid #C9C9C9;
130   border-bottom: 2px solid #C9C9C9;
131   border-radius: 0;
132 }
133
134 .jumbotron .right {
135   width: 30%;
136 }
137
138 .jumbotron img {
139   width: 90%;
140   height: 70%;
141 }
142
143 .jumbotron .openstack-intro__logo {
144   width: 100%;
145 }
146
147 .result-filters {
148   padding-bottom: 10px;
149   border-top: 2px solid #C9C9C9;
150   border-bottom: 2px solid #C9C9C9;
151   margin-bottom: 15px;
152 }
153
154 @media (min-width: 450px) {
155   .jumbotron .openstack-intro__logo {
156     width: 30%;
157   }
158   .openstack-intro__logo img {
159     float: right;
160   }
161   .openstack-intro__content > *:first-child {
162     margin-top: 0;
163   }
164   .openstack-intro__content > *:last-child {
165     margin-bottom: 0;
166   }
167 }
168 @media (min-width: 768px) {
169   .jumbotron.openstack-intro {
170     padding: 40px;
171   }
172 }
173
174 .yes {
175   background: #1A911E;
176   color: white;
177   padding-left: .5em;
178   padding-right: .5em;
179 }
180
181 .no {
182   background: #BC0505;
183   color: white;
184   padding-left: .5em;
185   padding-right: .5em;
186 }
187
188 .button-margin {
189   margin-bottom: 1em;
190 }
191
192 .tests-modal-content {
193   overflow: auto;
194   max-height: calc(100vh - 100px);
195 }
196
197 .tests-modal-content textarea {
198   font-size: .9em;
199   resize: none;
200 }
201
202 .test-detail {
203   padding-left: 10px;
204 }
205
206 .test-detail ul {
207   padding-left: 20px;
208 }
209
210 .test-detail-report {
211   font-size: .9em;
212 }
213
214 a.glyphicon {
215   text-decoration: none;
216 }
217
218 .test-list-dl {
219   word-spacing: normal;
220 }
221
222 .test-list-dl:hover {
223   text-decoration: none;
224 }
225
226 .modal-body .row {
227   margin-bottom: 10px;
228 }