1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-29 00:58:03 +02: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;
}
.ascribe-table-header-column > span > .glyphicon {
font-size: .5em;
}
.ascribe-table-item-column {
display: table;
font-family: 'Source Sans Pro';
@ -79,6 +75,10 @@
text-overflow: ellipsis;
}
.ascribe-table-item-column > span > input {
margin-top:14px;
}
.ascribe-table-item-selected {
background-color: rgba(2, 182, 163, 0.5);
}