mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Tightened up margin around page breadcrumb throughout app.
This commit is contained in:
@@ -312,7 +312,7 @@ td.actions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tab-content {
|
.tab-content {
|
||||||
padding-top: 20px;
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn .caret {
|
.btn .caret {
|
||||||
@@ -742,7 +742,7 @@ select.page-size {
|
|||||||
.nav-path {
|
.nav-path {
|
||||||
padding: 5px 0 10px 0;
|
padding: 5px 0 10px 0;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 15px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
|
|||||||
@@ -132,6 +132,9 @@
|
|||||||
|
|
||||||
#breadcrumb-container {
|
#breadcrumb-container {
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
|
.nav-path {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#job-detail-container {
|
#job-detail-container {
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row" style="position: relative;">
|
<div class="row" style="position: relative;">
|
||||||
|
|||||||
Reference in New Issue
Block a user