Merge pull request #183 from pointhi/bootstrap_themes

improve oscar-template
This commit is contained in:
Adam Tauber 2015-01-18 20:04:06 +01:00
commit fecac90e88
6 changed files with 9 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,7 @@
.infobox { .infobox {
.infobox_part { .infobox_part {
margin-bottom: 20px; margin-bottom: 20px;
word-wrap: break-word;
} }
.infobox_part:last-child { .infobox_part:last-child {

View File

@ -18,6 +18,7 @@
.result-content { .result-content {
margin-top: 5px; margin-top: 5px;
word-wrap: break-word;
.highlight { .highlight {
font-weight:bold; font-weight:bold;

View File

@ -53,7 +53,9 @@
{% endblock %} {% endblock %}
{% block site_alert_warning_nojs %} {% block site_alert_warning_nojs %}
<noscript> <noscript>
<div class="visible-xs-block">
{% include 'oscar/messages/js_disabled.html' %} {% include 'oscar/messages/js_disabled.html' %}
</div>
</noscript> </noscript>
{% endblock %} {% endblock %}
{% block site_alert_info %} {% block site_alert_info %}

View File

@ -1,5 +1,10 @@
{% extends "oscar/base.html" %} {% extends "oscar/base.html" %}
{% block title %}{{ _('preferences') }} - {% endblock %} {% block title %}{{ _('preferences') }} - {% endblock %}
{% block site_alert_warning_nojs %}
<noscript>
{% include 'oscar/messages/js_disabled.html' %}
</noscript>
{% endblock %}
{% block content %} {% block content %}
<div> <div>