mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #6224 from open-sausages/pulls/4.0/fix-listview
API Update listview / treeview to use pjax instead of deferred loading
This commit is contained in:
commit
ce656edf1b
4
admin/client/dist/styles/bundle.css
vendored
4
admin/client/dist/styles/bundle.css
vendored
@ -9478,12 +9478,12 @@ body.cms{
|
||||
padding-top:.38462rem;
|
||||
}
|
||||
|
||||
.has-panel .view-controls{
|
||||
.view-controls{
|
||||
float:right;
|
||||
margin-top:4px;
|
||||
}
|
||||
|
||||
.has-panel .view-controls .icon-button-group .icon-button{
|
||||
.view-controls .icon-button-group .icon-button{
|
||||
padding:6px 8px;
|
||||
height:26px;
|
||||
}
|
||||
|
@ -215,16 +215,16 @@ body.cms {
|
||||
float: left;
|
||||
padding-top: $spacer-xs / 2;
|
||||
}
|
||||
}
|
||||
|
||||
.view-controls {
|
||||
float: right;
|
||||
margin-top: 4px;
|
||||
.view-controls {
|
||||
float: right;
|
||||
margin-top: 4px;
|
||||
|
||||
.icon-button-group {
|
||||
.icon-button {
|
||||
padding: 6px 8px;
|
||||
height: 26px;
|
||||
}
|
||||
.icon-button-group {
|
||||
.icon-button {
|
||||
padding: 6px 8px;
|
||||
height: 26px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user