fix css issue

This commit is contained in:
Nicolas Le Goff
2012-03-12 18:42:50 +01:00
parent bea7e4a371
commit f4249bda0b

View File

@@ -8,8 +8,8 @@
<img style="margin:30px 0;" src="/skins/icons/Feedback60.png"/> <img style="margin:30px 0;" src="/skins/icons/Feedback60.png"/>
{% endif %} {% endif %}
</div> </div>
<div class="PNB content" style="top:150px;"> <div class="PNB content" style="top:150px;overflow-y:auto;">
<div class="PNB10" style="bottom:0;height:150px;"> <div style="padding:10px">
<h1>{% trans 'Grant rights' %}</h1> <h1>{% trans 'Grant rights' %}</h1>
<ul class="general_togglers"> <ul class="general_togglers">
{% if context == 'Feedback' %} {% if context == 'Feedback' %}
@@ -31,7 +31,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<div class="PNB10" style="top:150px;overflow-y:auto;"> <div style="padding:10px;">
<h1> <h1>
{% trans 'Lists' %} {% trans 'Lists' %}
</h1> </h1>
@@ -128,7 +128,7 @@
{% if recommendation != '' %} {% if recommendation != '' %}
{% set recommendation = '<br/>' ~ recommandation %} {% set recommendation = '<br/>' ~ recommendation %}
{% trans %} {% trans %}
Please consider send this validation to the following users : {{ recommendation }} Please consider send this validation to the following users : {{ recommendation }}
{% endtrans %} {% endtrans %}
@@ -156,7 +156,9 @@
</table> </table>
</div> </div>
</td> </td>
<td style="width:550px;"> <td style="width:10px;">
</td>
<td>
<p> <p>
{% if context == 'Push' %} {% if context == 'Push' %}
{% trans 'Push::unpush permet d\'envoyer un lot d\'image a des destinataires' %} {% trans 'Push::unpush permet d\'envoyer un lot d\'image a des destinataires' %}
@@ -172,7 +174,7 @@
<div class="PNB" style="top:150px;"> <div class="PNB" style="top:150px;">
<div class="PNB10 content user_content"> <div class="PNB10 content user_content">
<div class="PNB10 header"> <div class="PNB10 header">
<table> <table style="table-layout:auto;">
<tr> <tr>
<td> <td>
</td> </td>