API Update listview / treeview to use pjax instead of deferred loading

This commit is contained in:
Damian Mooyman 2016-10-25 18:17:01 +13:00
parent 44b65429f1
commit 5551040839
2 changed files with 10 additions and 10 deletions

View File

@ -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;
}

View File

@ -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;
}
}
}