Fixed messages in warning popup

This commit is contained in:
danielmaya 2018-01-05 11:32:16 +01:00
parent b50e94097b
commit c54090a614
2 changed files with 2 additions and 2 deletions

View File

@ -279,7 +279,7 @@ function ui_print_message ($message, $class = '', $attributes = '', $return = fa
$output .= '</td>
</tr>
<tr>
<td style="color:#333">' . $text_message . '</td>
<td style="color:#333;padding-top:10px">' . $text_message . '</td>
<td></td>
</tr>
</table>';

View File

@ -22,7 +22,7 @@ echo "<div style='overflow-y:auto;height:400px;min-height:400px;max-height:400px
echo get_pandora_error_for_header();
echo "</div>";
echo "<div class='modalokbutton cerrar'>
echo "<div class='modalokbutton cerrar' style='margin-top: 10px'>
<span class='modalokbuttontext close'>OK</span>
</div>";