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