Some style fixes.
This commit is contained in:
parent
c8eb4d26d9
commit
e4250b6ba1
@ -82,7 +82,7 @@ a.activate_link div {
|
||||
float: left;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
padding-right: 16px;
|
||||
padding-right: 12px;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
left: 4px;
|
||||
|
@ -18,16 +18,16 @@
|
||||
<div style="text-align: right; padding: 0 10px 5px 0; margin-top:-20px;">
|
||||
<!-- projector control -->
|
||||
{% trans "Adjust projector view" %}:
|
||||
<a class="projector_edit" href="{% url projector_bigger %}" title="{% trans 'Zoom in' %}"
|
||||
><img src="{% static 'images/icons/zoom-in.png' %}" /></a>
|
||||
<a class="projector_edit" href="{% url projector_smaller %}" title="{% trans 'Zoom out' %}"
|
||||
><img src="{% static 'images/icons/zoom-out.png' %}" /></a>
|
||||
<a class="projector_edit" href="{% url projector_up %}" title="{% trans 'Scroll text up' %}"
|
||||
><img src="{% static 'images/icons/go-up.png' %}" /></a>
|
||||
<a class="projector_edit" href="{% url projector_down %}" title="{% trans 'Scroll text down' %}"
|
||||
><img src="{% static 'images/icons/go-down.png' %}" /></a>
|
||||
<a class="projector_edit" href="{% url projector_clean %}" title="{% trans 'Reset projector view' %}"
|
||||
><img src="{% static 'images/icons/view-reset.png' %}" /></a>
|
||||
<a class="projector_edit" href="{% url projector_bigger %}" title="{% trans 'Zoom in' %}">
|
||||
<img src="{% static 'images/icons/zoom-in.png' %}" /></a>
|
||||
<a class="projector_edit" href="{% url projector_smaller %}" title="{% trans 'Zoom out' %}">
|
||||
<img src="{% static 'images/icons/zoom-out.png' %}" /></a>
|
||||
<a class="projector_edit" href="{% url projector_up %}" title="{% trans 'Scroll text up' %}">
|
||||
<img src="{% static 'images/icons/go-up.png' %}" /></a>
|
||||
<a class="projector_edit" href="{% url projector_down %}" title="{% trans 'Scroll text down' %}">
|
||||
<img src="{% static 'images/icons/go-down.png' %}" /></a>
|
||||
<a class="projector_edit" href="{% url projector_clean %}" title="{% trans 'Reset projector view' %}">
|
||||
<img src="{% static 'images/icons/view-reset.png' %}" /></a>
|
||||
</div>
|
||||
|
||||
<div class="column" id="col1">
|
||||
|
Loading…
Reference in New Issue
Block a user