Korektury: trochu užší ikonky

This commit is contained in:
Matěj Kocián 2016-01-09 19:37:07 +01:00
parent cb828e5bfd
commit 00034d50be
2 changed files with 3 additions and 1 deletions

View file

@ -123,7 +123,7 @@ form {
border: 1px solid white;
background-color:transparent;
margin:0;
padding: 1px;
padding: 0px;
}
.box button:hover,
.box img:hover,

View file

@ -106,6 +106,7 @@
<input type='hidden' name='id' value='{{o.id}}'>
<input type='hidden' name='scroll'>
{% spaceless %}
{% if o.komentare %}
<button name='action' value='del' type='button'
title="Opravu nelze smazat &ndash; už ji někdo okomentoval">
@ -148,6 +149,7 @@
<img src="{% static "korektury/imgs/hide.png" %}"/>
</button>
{% endspaceless %}
</div>
</div>
<div id='op{{o.id}}-text'>{{o.text}}</div>