diff --git a/src/css/custom-bootstrap.css b/src/css/custom-bootstrap.css
index 7ed101eb..6696a752 100644
--- a/src/css/custom-bootstrap.css
+++ b/src/css/custom-bootstrap.css
@@ -1,14 +1,11 @@
/*!
* Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
- */
-/*!
+ */ /*!
* Bootstrap v3.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
-
-.badge {
+ */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
+ .badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
@@ -54,7 +51,6 @@ a.badge:focus {
.nav-pills > li > a > .badge {
margin-left: 3px;
}
-
.tooltip {
position: absolute;
z-index: 1070;
@@ -168,4 +164,22 @@ a.badge:focus {
height: 0;
border-color: transparent;
border-style: solid;
-}
\ No newline at end of file
+}
+.breadcrumb {
+ padding: 8px 15px;
+ margin-bottom: 20px;
+ list-style: none;
+ background-color: #f5f5f5;
+ border-radius: 4px;
+}
+.breadcrumb > li {
+ display: inline-block;
+}
+.breadcrumb > li + li:before {
+ padding: 0 5px;
+ color: inherit;
+ content: ">";
+}
+.breadcrumb > .active {
+ color: #777777;
+}
diff --git a/src/liquid/app/form_switch.html b/src/liquid/app/form_switch.html
index f4656a26..d142bc31 100644
--- a/src/liquid/app/form_switch.html
+++ b/src/liquid/app/form_switch.html
@@ -2,19 +2,15 @@
{% capture header_caption %}
{% if op == "bulk" %} Bulk Load from CSV
{% elsif op == "replace"%} Replace Existing
- {% elsif op == "move"%} Move
+ {% elsif op == "move"%} Move
{% elsif op == "edit" %} Edit
{% else %} New
{% endif %}
{% endcapture %}
-
-
- {{header_caption}} {{contactType.contact_friendly | default: contactType.friendly }}
-