mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
API Update listview / treeview to use pjax instead of deferred loading
This commit is contained in:
parent
44b65429f1
commit
5551040839
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…
x
Reference in New Issue
Block a user