fix table head hight

This commit is contained in:
yuri
2015-03-24 11:16:26 +02:00
parent 4a51e754d7
commit e138daec5f
+3 -2
View File
@@ -88,7 +88,8 @@ div.list-expanded > ul > li > div.expanded-row > .cell:first-child {
.list .checkbox-dropdown {
margin-right: -10px;
margin-top: 2px;
top: 1px;
margin-top: -2px;
}
.list .checkbox-dropdown > a {
@@ -323,7 +324,7 @@ table.table > tbody td > .list-row-buttons button {
.list > table th input[type="checkbox"] {
margin: 0;
position: relative;
top: 5px !important;
top: 4px !important;
}
.list > table th span.caret {