Tightened up margin around page breadcrumb throughout app.

This commit is contained in:
chouseknecht
2014-05-14 12:06:53 -04:00
parent cc350dde68
commit aaaef7de71
3 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -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 {

View File

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