Include "Add New" text in button when using table-style-2

If you are using “table-style-2” as your design…


… and would like to include the text for the “Add New” button, you may add the following CSS to the page.

.table-style-2 .t-new-record-button .t-new-record-button-text{
    display:block;
    float: right;
}
.table-style-2 .t-new-record-button i{
    float:left;
}