fix table head hight
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user