Auto detect XDS-Agent tarballs and fix URL.
[src/xds/xds-server.git] / webapp / src / app / build / build.component.css
1 .vcenter {
2     display: inline-block;
3     vertical-align: middle;
4 }
5
6 .blocks .btn-primary {
7     margin-left: 5px;
8     margin-right: 5px;
9     margin-top: 5px;
10     border-radius: 4px !important;
11 }
12
13 .table-borderless>tbody>tr>td,
14 .table-borderless>tbody>tr>th,
15 .table-borderless>tfoot>tr>td,
16 .table-borderless>tfoot>tr>th,
17 .table-borderless>thead>tr>td,
18 .table-borderless>thead>tr>th {
19     border: none;
20 }
21
22 .btn-large {
23     width: 10em;
24 }
25
26 .fa-size-x2 {
27     font-size: 18px;
28 }
29
30 .textarea-scroll {
31     width: 100%;
32     overflow-y: scroll;
33 }