Small alignment fix again

pull/195/head
iglocska 2013-08-22 18:03:34 +02:00
parent 0181901159
commit c21d664757
1 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
<?php
echo $this->Session->flash('auth');
?>
<table style="width:1000px;margin-left:auto;margin-right:auto;">
<table style="width:1100px;margin-left:auto;margin-right:auto;">
<tr>
<td style="text-align:right;width:200px">
<td style="text-align:right;width:250px">
<?php
if (true == Configure::read('MISP.welcome_logo')) {
?>
@ -20,7 +20,7 @@
<?php
}
?>
<td style="width:500px">
<td style="width:600px">
<span style="font-size:18px;"><?php
if (true == Configure::read('MISP.welcome_text_top')) {
echo Configure::read('MISP.welcome_text_top');
@ -53,7 +53,7 @@
?>
</div>
</td>
<td style="width:200px">
<td style="width:250px">
<?php if (Configure::read('MISP.welcome_logo2')): ?>
<img src="
<?php