mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
83e90aaafe
This class extends the DataGridPresenter with the behaviour and looks of a paginated Datagrid.
7 lines
201 B
SCSS
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;
|
|
} |