Tweak the sidebar styling

Avoid the content windows elements that have a gutter like
the .well class to touch and go into the sidebar area.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-22 18:31:40 -04:00
parent 966641c447
commit fb04d75376
2 changed files with 3 additions and 3 deletions

View File

@@ -406,6 +406,6 @@ a i {
}
.has-sidebar {
padding-right: 130px;
padding-right: 140px;
}
}

View File

@@ -23,7 +23,7 @@
{% block content_plain %}{% endblock %}
{% else %}
<div class="">
<div class="row">
<div class="row no-gutters">
<div class="col-xs-12">
{% check_sqlite as check_sqlite %}
{% if check_sqlite %}
@@ -39,7 +39,7 @@
{% navigation_resolve_menus names='facet,list facet' sort_results=True as facet_menus_link_results %}
<div class="row">
<div class="row no-gutters">
<div class="col-xs-12 {% if facet_menus_link_results %}has-sidebar{% endif %}" id="viewport">
{% include 'appearance/calculate_form_title.html' %}