Commit 41dcdfa8 by Danyi Bence

new-wm container fix

parent 071a43bd
...@@ -44,7 +44,10 @@ a:link,a:visited{ ...@@ -44,7 +44,10 @@ a:link,a:visited{
margin-top:0; margin-top:0;
padding:10px; padding:10px;
} }
#modal-container .container{
max-height: 400px;
overflow: auto;
}
#new-wm-tooltip{ #new-wm-tooltip{
position: relative; position: relative;
} }
...@@ -495,7 +498,7 @@ ul.errorlist,td ul.errorlist ...@@ -495,7 +498,7 @@ ul.errorlist,td ul.errorlist
left:50%; left:50%;
top:50%; top:50%;
margin-left: -270px; margin-left: -270px;
margin-top: -100px; margin-top: -200px;
min-height: 200px; min-height: 200px;
background-color: #fff; background-color: #fff;
border-radius: 4px; border-radius: 4px;
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
</li> </li>
<li id="new-wm" style="display: none"> <li id="new-wm" style="display: none">
<h2>Rendelkezésre álló sablonok</h2> <h2>Rendelkezésre álló sablonok</h2>
<div class="container">
<ul class="wm-list modal"> <ul class="wm-list modal">
{% for m in templates %} {% for m in templates %}
<li class="wm"> <li class="wm">
...@@ -41,6 +42,7 @@ ...@@ -41,6 +42,7 @@
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
</div>
</li> </li>
</ul> </ul>
</div> </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