Menu

Solutions to Problems or Custom Needs in a Website

Many solutions we create for one site can be used and appreciated on other sites also.

Have a look at this list of components and solutions we have developed over time and if you could benefit from any of them you are welcome to them.

Please let us know if you would like to discuss the details or would like some help getting one installed.

Remove Formatting on Action Grid

Mark Buelsing 0 2663 Article rating: No rating

Getting rid of the default formatting in Action Grid in Listing Mode

add the following classes and tweak

<style type="text/css">
.MasterClass  div.panel-heading{padding: 0px !important; border: 0px  !important;  background: white !important;}
div.panel-footer.angrid-item-buttons.ng-scope{padding:0px !important; background-color:transparent !Important;border: 0px;}
div{box-shadow: 0 0px 0px rgb(0 0 0 / 5%) !important; border: 0px !important}
</style>

 

Getting rid of the formatting on the grid in grid mode add the following

<style type="text/css">
.bstrap30 .table-striped>tbody>tr:nth-of-type(odd) {background-color: #ffffff;}

.bstrap30 .table>tbody>tr>td{ border-top: 0px solid #fff;}
.toggle {margin: 0px 0 0px; }

.bstrap30 .row {​ margin-right: -84px;margin-left: -22px;}

</style>

RSS
RSS
1234