1
0
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:
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 { 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;
} }

View File

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