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 }} -

-
-
+ +

+ {{header_caption}} {{contactType.contact_friendly | default: contactType.friendly }} +

{% if op == "bulk" %} {% include "place/bulk_create_form.html" %} diff --git a/src/liquid/app/fragment_edit.html b/src/liquid/app/fragment_edit.html index 302b0cf7..e0183f64 100644 --- a/src/liquid/app/fragment_edit.html +++ b/src/liquid/app/fragment_edit.html @@ -1,3 +1,3 @@ -
+
{% include "place/create_form.html" %}
\ No newline at end of file diff --git a/src/liquid/app/view.html b/src/liquid/app/view.html index ab538582..2ab7b44d 100644 --- a/src/liquid/app/view.html +++ b/src/liquid/app/view.html @@ -5,12 +5,13 @@ CHT User Management Tool - + + @@ -31,4 +32,13 @@
- \ No newline at end of file + + + \ No newline at end of file diff --git a/src/liquid/components/actions.html b/src/liquid/components/actions.html index b7a00766..d356a07a 100644 --- a/src/liquid/components/actions.html +++ b/src/liquid/components/actions.html @@ -23,7 +23,7 @@
{% if directiveModel.validationErrorCount > 0 or directiveModel.totalCount == 0 %}
- diff --git a/src/liquid/components/contact_type_dob.html b/src/liquid/components/contact_type_dob.html index 55ef06c3..d56da803 100644 --- a/src/liquid/components/contact_type_dob.html +++ b/src/liquid/components/contact_type_dob.html @@ -1,14 +1,10 @@ -
- + -
- -
-
+
-
\ No newline at end of file +
+ + \ No newline at end of file diff --git a/src/liquid/components/contact_type_property.html b/src/liquid/components/contact_type_property.html index eb421d2f..7ac964c2 100644 --- a/src/liquid/components/contact_type_property.html +++ b/src/liquid/components/contact_type_property.html @@ -1,9 +1,9 @@ {% if include.prop.type != 'generated' %} {% capture prop_name %}{{ include.prefix }}{{include.prop.property_name}}{% endcapture %} -
-