1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-03 18:35:09 +01:00

fix checkbox in edition list

This commit is contained in:
Tim Daubenschütz 2015-06-12 13:41:15 +02:00
parent dcd770ab5f
commit 87bc6b3559

View File

@ -60,10 +60,6 @@
color: #424242; color: #424242;
} }
.ascribe-table-header-column > span > .glyphicon {
font-size: .5em;
}
.ascribe-table-item-column { .ascribe-table-item-column {
display: table; display: table;
font-family: 'Source Sans Pro'; font-family: 'Source Sans Pro';
@ -79,6 +75,10 @@
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.ascribe-table-item-column > span > input {
margin-top:14px;
}
.ascribe-table-item-selected { .ascribe-table-item-selected {
background-color: rgba(2, 182, 163, 0.5); background-color: rgba(2, 182, 163, 0.5);
} }