new html layout using border-collapse

This commit is contained in:
Serghey Rodin 2014-02-04 11:23:09 +02:00
commit 4b24b4e1b2
54 changed files with 831 additions and 953 deletions

View file

@ -8,7 +8,7 @@
?>
<table class="submenu">
<tr>
<td style="padding: 18px 8px;" ><a class="name"><b><?php print __('Generating CSR');?></b></a>
<td style="padding: 20px 10px;" ><a class="name"><b><?php print __('Generating CSR');?></b></a>
<?php
if (!empty($_SESSION['error_msg'])) {
echo "<span class=\"vst-error\"> → ".$_SESSION['error_msg']."</span>";
@ -26,7 +26,7 @@
<form id="vstobjects" name="v_generate_csr" method="post">
<table class='data'>
<tr class="data-add">
<td class="data-dotted" width="150">
<td class="data-dotted">
<table class="data-col1">
<tr>
<td>
@ -34,15 +34,15 @@
</tr>
</table>
</td>
<td class="data-dotted" width="830px">
<table width="830px">
<td class="data-dotted">
<table>
<tr>
<td></td>
</tr>
</table>
<table class="data-col2" width="830px">
<table class="data-col2">
<tr>
<td class="vst-text" style="padding: 20px 0 0 2px;">
<td class="vst-text" style="padding: 24px 0 0 0;">
<?php print __('Domain');?>
</td>
</tr>
@ -52,7 +52,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Email');?>
</td>
</tr>
@ -62,7 +62,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Country'); ?>
<span class="optional">(<?php print __('2 letter code');?>)</span>
</td>
@ -73,7 +73,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('State / Province');?>
</td>
</tr>
@ -83,7 +83,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('City / Locality');?>
</td>
</tr>
@ -93,7 +93,7 @@
</td>
</tr>
<tr>
<td class="vst-text" style="padding: 10px 0 0 2px;">
<td class="vst-text" style="padding: 12px 0 0 0;">
<?php print __('Organization');?>
</td>
</tr>