|
@@ -4,12 +4,12 @@
|
|
|
<ul class="list-unstyled">
|
|
|
<li>
|
|
|
<button type="button" class="btn btn-default tooltip-top btn-strong" title="{% trans "Bold" %}">
|
|
|
- <span class="fa fa-bold fa-fw fa-lg"></span>
|
|
|
+ <span class="fa fa-bold fa-fw"></span>
|
|
|
</button>
|
|
|
</li>
|
|
|
<li>
|
|
|
<button type="button" class="btn btn-default tooltip-top btn-emphasis" title="{% trans "Italic" %}">
|
|
|
- <span class="fa fa-italic fa-fw fa-lg"></span>
|
|
|
+ <span class="fa fa-italic fa-fw"></span>
|
|
|
</button>
|
|
|
</li>
|
|
|
{% if editor.allow_links or editor.allow_links or editor.allow_links %}
|
|
@@ -18,21 +18,21 @@
|
|
|
{% if editor.allow_links %}
|
|
|
<li>
|
|
|
<button type="button" class="btn btn-default tooltip-top btn-insert-link" title="{% trans "Insert link" %}">
|
|
|
- <span class="fa fa-link fa-fw fa-lg"></span>
|
|
|
+ <span class="fa fa-link fa-fw"></span>
|
|
|
</button>
|
|
|
</li>
|
|
|
{% endif %}
|
|
|
{% if editor.allow_images %}
|
|
|
<li>
|
|
|
<button type="button" class="btn btn-default tooltip-top btn-insert-image" title="{% trans "Insert image" %}">
|
|
|
- <span class="fa fa-image fa-fw fa-lg"></span>
|
|
|
+ <span class="fa fa-image fa-fw"></span>
|
|
|
</button>
|
|
|
</li>
|
|
|
{% endif %}
|
|
|
{% if editor.uploads_url %}
|
|
|
<li>
|
|
|
<button type="button" class="btn btn-default tooltip-top btn-upload-file" title="{% trans "Insert file" %}">
|
|
|
- <span class="fa fa-paperclip fa-fw fa-lg"></span>
|
|
|
+ <span class="fa fa-paperclip fa-fw"></span>
|
|
|
</button>
|
|
|
</li>
|
|
|
{% endif %}
|
|
@@ -40,18 +40,18 @@
|
|
|
<li class="separator"></li>
|
|
|
<li>
|
|
|
<button type="button" class="btn btn-default tooltip-top btn-insert-quote" title="{% trans "Quote" %}">
|
|
|
- <span class="fa fa-quote-left fa-fw fa-lg"></span>
|
|
|
+ <span class="fa fa-quote-left fa-fw"></span>
|
|
|
</button>
|
|
|
</li>
|
|
|
<li>
|
|
|
<button type="button" class="btn btn-default tooltip-top btn-insert-code" title="{% trans "Code" %}">
|
|
|
- <span class="fa fa-code fa-fw fa-lg"></span>
|
|
|
+ <span class="fa fa-code fa-fw"></span>
|
|
|
</button>
|
|
|
</li>
|
|
|
<li class="separator"></li>
|
|
|
<li>
|
|
|
<button type="button" class="btn btn-default tooltip-top btn-insert-hr" title="{% trans "Horizontal line" %}">
|
|
|
- <span class="fa fa-minus fa-fw fa-lg"></span>
|
|
|
+ <span class="fa fa-minus fa-fw"></span>
|
|
|
</button>
|
|
|
</li>
|
|
|
{% endif %}
|