mirror of
https://github.com/searxng/searxng
synced 2024-11-18 15:26:25 +00:00
Merge pull request #183 from pointhi/bootstrap_themes
improve oscar-template
This commit is contained in:
commit
fecac90e88
BIN
searx/static/css/bootstrap.min.css
vendored
BIN
searx/static/css/bootstrap.min.css
vendored
Binary file not shown.
BIN
searx/static/themes/oscar/css/oscar.min.css
vendored
BIN
searx/static/themes/oscar/css/oscar.min.css
vendored
Binary file not shown.
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
@ -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 %}
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user