Mercurial > hg > STI-GWT
diff war/Sti.html @ 36:cfe8045c4610
moved the data-table out of the mainContainer again
made the table moveable (to allow placement left/right of the map)
author | Sebastian Kruse <skruse@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 03 Dec 2012 15:26:56 +0100 |
parents | 5ef409e34638 |
children | ba7d401c2750 |
line wrap: on
line diff
--- a/war/Sti.html Mon Dec 03 13:40:15 2012 +0100 +++ b/war/Sti.html Mon Dec 03 15:26:56 2012 +0100 @@ -58,9 +58,20 @@ </div> </noscript> - <div id="mainContainer" align="center"> - </div> + <table> + + <tr> + <td valign="top"> + <div id="mainContainer"> + </div> + </td> - + <td valign="top"> + <div id="tableWindow" class="tableWindow"> + </div> + </td> + </tr> + + </table> </body> </html>