mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 21:20:08 -03:30
Fix spacing between group schedule and breadcrumb bar
This commit is contained in:
@@ -103,7 +103,7 @@ angular.module('inventory', [
|
|||||||
mode: 'edit'
|
mode: 'edit'
|
||||||
});
|
});
|
||||||
html = generateList.wrapPanel(html);
|
html = generateList.wrapPanel(html);
|
||||||
return generateList.insertFormView() + html;
|
return "<div class='InventoryManage-container'>" + generateList.insertFormView() + html + "</div>";
|
||||||
},
|
},
|
||||||
controller: 'schedulerListController'
|
controller: 'schedulerListController'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
.InventoryManageBreadCrumbs{
|
.InventoryManageBreadCrumbs{
|
||||||
position: relative;
|
position: relative;
|
||||||
height: auto;
|
height: auto;
|
||||||
top: -40px;
|
top: -36px;
|
||||||
.BreadCrumb-list{
|
.BreadCrumb-list{
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
.InventoryManage-container{
|
.InventoryManage-container{
|
||||||
margin-top: -40px;
|
margin-top: -36px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user