aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/projects/projectAddModal.component.css
blob: 77f73a500d5fb66f4a8ba9be4bc0ab14e89a6ad0 (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
.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
    border: none;
}

tr>th {
    vertical-align: middle;
}

tr>td {
    vertical-align: middle;
}

th label {
    margin-bottom: 0;
}

td input {
    width: 100%;
}