Korektury: trochu užší ikonky
This commit is contained in:
parent
cb828e5bfd
commit
00034d50be
2 changed files with 3 additions and 1 deletions
|
@ -123,7 +123,7 @@ form {
|
|||
border: 1px solid white;
|
||||
background-color:transparent;
|
||||
margin:0;
|
||||
padding: 1px;
|
||||
padding: 0px;
|
||||
}
|
||||
.box button:hover,
|
||||
.box img:hover,
|
||||
|
|
|
@ -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 – 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>
|
||||
|
|
Loading…
Reference in a new issue