From 9a5d9808c7b8ae21b98f963fa4983e6c59ae128c Mon Sep 17 00:00:00 2001 From: Foley Lynn Date: Thu, 16 Mar 2017 10:58:53 -0700 Subject: [PATCH] DIV-208 changed positioning on claimant names to be in line with label --- edivorce/apps/core/static/css/weasyprint.css | 4 +--- edivorce/apps/core/static/js/main.js | 5 ----- .../core/templates/partials/name_with_alias.html | 1 - edivorce/apps/core/templates/pdf/form1.html | 13 ++++++++----- 4 files changed, 9 insertions(+), 14 deletions(-) diff --git a/edivorce/apps/core/static/css/weasyprint.css b/edivorce/apps/core/static/css/weasyprint.css index af9380ed..9e232b42 100644 --- a/edivorce/apps/core/static/css/weasyprint.css +++ b/edivorce/apps/core/static/css/weasyprint.css @@ -65,9 +65,7 @@ i.fa { font-weight: bold; font-size: 18px; display: block; -} -.not-complete { - background-color: #fcf8e3; + margin: -22px 0 40px; } .table-fixed { diff --git a/edivorce/apps/core/static/js/main.js b/edivorce/apps/core/static/js/main.js index 90439714..3fca0a29 100755 --- a/edivorce/apps/core/static/js/main.js +++ b/edivorce/apps/core/static/js/main.js @@ -13,13 +13,8 @@ $('input:radio, input:checkbox').each(function () { $(window).load(function(){ $('#questions_modal').modal('show'); - console.log("loading"); }); -$(function () { - $('[data-toggle="popover"]').popover() -}) - $(function () { $('[data-toggle="tooltip"]').tooltip({ container: 'body', diff --git a/edivorce/apps/core/templates/partials/name_with_alias.html b/edivorce/apps/core/templates/partials/name_with_alias.html index f6973754..21522e2a 100644 --- a/edivorce/apps/core/templates/partials/name_with_alias.html +++ b/edivorce/apps/core/templates/partials/name_with_alias.html @@ -1,5 +1,4 @@ {% load input_field %} -
{{ name }} {% if other_names and use_other_name == 'YES' %} diff --git a/edivorce/apps/core/templates/pdf/form1.html b/edivorce/apps/core/templates/pdf/form1.html index 9b712203..2c5ddf19 100644 --- a/edivorce/apps/core/templates/pdf/form1.html +++ b/edivorce/apps/core/templates/pdf/form1.html @@ -20,15 +20,18 @@