1
0
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:
Tim Daubenschütz 2015-07-08 11:29:48 +02:00
parent 27ae405d5d
commit 85d7399041
2 changed files with 7 additions and 3 deletions

View File

@ -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;
}

View File

@ -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 {