mirror of
https://github.com/ascribe/onion.git
synced 2024-11-14 17:15:08 +01:00
align checkboxes on table
This commit is contained in:
parent
27ae405d5d
commit
85d7399041
@ -82,7 +82,7 @@ $ascribe-accordion-list-font: 'Source Sans Pro';
|
||||
thead:first-child {
|
||||
tr:first-child {
|
||||
border: none! important;
|
||||
th{
|
||||
th {
|
||||
padding-left: 10px;
|
||||
border: none! important;
|
||||
}
|
||||
|
@ -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…
Reference in New Issue
Block a user