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:
Damian Mooyman 2016-10-28 13:40:58 +13:00 committed by GitHub
commit ce656edf1b
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;
}
}
}