mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
align checkboxes on table
This commit is contained in:
parent
27ae405d5d
commit
85d7399041
@ -1,6 +1,6 @@
|
||||
.ascribe-table {
|
||||
margin-bottom:0;
|
||||
font-size: 1.15em;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
/*This is aligning the first checkbox in pieclist detail with all the other ones*/
|
||||
@ -9,6 +9,10 @@
|
||||
}
|
||||
|
||||
|
||||
.table > thead > tr > th {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.ascribe-table-header-column > span {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
@ -33,7 +37,7 @@
|
||||
}
|
||||
|
||||
.ascribe-table-item-column > span > input {
|
||||
margin-top:16px;
|
||||
margin-top:18px;
|
||||
}
|
||||
|
||||
.ascribe-table-item-selected {
|
||||
|
Loading…
x
Reference in New Issue
Block a user