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_part {
margin-bottom: 20px;
word-wrap: break-word;
}
.infobox_part:last-child {

View File

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

View File

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

View File

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