|
|
@ -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;
|
|
|
|
}
|
|
|
|
}
|