Special Vinci: plus de <table> \o/

This commit is contained in:
Alan Garcia 2013-05-17 15:58:42 +00:00
parent d18998c205
commit 5ed69531c7
5 changed files with 10 additions and 14 deletions

View File

@ -1,8 +1,6 @@
</div>
</td>
</tr>
</table>
</div> <!-- div content -->
<div style="clear:both;" />
</div> <!-- div global -->
<?php
if ( isset($debug_alternc) && $debug_alternc->status ) {

View File

@ -57,7 +57,5 @@ if ($isinvited && isset($oldid) && !empty($oldid) && $oldid!=$cuid ) {
}
?>
<div id="global">
<table>
<tr>
<td id="tdMenu"><div id="menu"><?php include_once("menu.php"); ?></div></td>
<td id="tdContent"><div id="content">
<div id="menu"><?php include_once("menu.php"); ?></div>
<div id="content">

View File

@ -151,6 +151,7 @@ if (!$charset) $charset="UTF-8";
</script>
</div>
<div style="clear:both;" />
</div>
</body>
</html>

View File

@ -52,6 +52,7 @@ if (!$charset) $charset="UTF-8";
<p><a href="index.php"><?php __("Click here to log in"); ?></a></p>
<p>&nbsp;</p>
</div>
<div style="clear:both;" />
</div>
<script type="text/javascript">
function redirect_panel() {

View File

@ -297,11 +297,8 @@ img {
/* Main container */
#tdMenu, #tdContent {
vertical-align: top;
}
#tdMenu {
#menu {
display: block;
border-right: 1px solid #888;
padding: 0;
}
@ -309,7 +306,8 @@ img {
#content {
display: block;
width: 770px;
padding-left: 10px;
float: right;
margin-left: 10px;
padding-right: 10px;
vertical-align: top;
}