silverstripe-framework/scss/GridFieldPaginator.scss
Stig Lindqvist 83e90aaafe ENHANCEMENT Release of DataGridPagination
This class extends the DataGridPresenter with the behaviour and looks of a paginated Datagrid.
2011-10-28 17:34:15 +13:00

7 lines
201 B
SCSS

.ss-gridfield-pagination {
text-align: center;
padding-bottom: 10px;
}
.ss-gridfield-pagination-button.loading{
background: url(../images/network-save.gif) no-repeat 0% 50%; padding-left: 20px;
}