Merge pull request #440 from DimalChandrasiri/IoTS-1.0.0

Data table fix when list view
merge-requests/7/head
Charitha Goonetilleke 8 years ago committed by GitHub
commit c84d7fd13d

@ -6510,4 +6510,14 @@ select > option:hover {
/* Adding style for required fields */ /* Adding style for required fields */
.required:before { .required:before {
content: "*"; content: "*";
}
.table.list-table:not(.grid-view){
margin: 0px !important;
}
.table.list-table:not(.grid-view) > thead, .table.list-table:not(.grid-view) > tbody, .table.list-table:not(.grid-view) > tfoot{
margin-bottom: 10px !important;
}
.table.list-table:not(.grid-view) tbody{
margin: 0px !important;
} }
Loading…
Cancel
Save