Commit 41dcdfa8 by Danyi Bence

new-wm container fix

parent 071a43bd
......@@ -44,7 +44,10 @@ a:link,a:visited{
margin-top:0;
padding:10px;
}
#modal-container .container{
max-height: 400px;
overflow: auto;
}
#new-wm-tooltip{
position: relative;
}
......@@ -495,7 +498,7 @@ ul.errorlist,td ul.errorlist
left:50%;
top:50%;
margin-left: -270px;
margin-top: -100px;
margin-top: -200px;
min-height: 200px;
background-color: #fff;
border-radius: 4px;
......
......@@ -15,6 +15,7 @@
</li>
<li id="new-wm" style="display: none">
<h2>Rendelkezésre álló sablonok</h2>
<div class="container">
<ul class="wm-list modal">
{% for m in templates %}
<li class="wm">
......@@ -41,6 +42,7 @@
</li>
{% endfor %}
</ul>
</div>
</li>
</ul>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment