mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +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 {
|
thead:first-child {
|
||||||
tr:first-child {
|
tr:first-child {
|
||||||
border: none! important;
|
border: none! important;
|
||||||
th{
|
th {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
border: none! important;
|
border: none! important;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.ascribe-table {
|
.ascribe-table {
|
||||||
margin-bottom:0;
|
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*/
|
/*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 {
|
.ascribe-table-header-column > span {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@ -33,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ascribe-table-item-column > span > input {
|
.ascribe-table-item-column > span > input {
|
||||||
margin-top:16px;
|
margin-top:18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ascribe-table-item-selected {
|
.ascribe-table-item-selected {
|
||||||
|
Loading…
Reference in New Issue
Block a user