Fix of the Status-page for IE:

- reverted revision 3982 and 3979
- added a real fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=163


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3988 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
michitux 18 years ago
parent b4d0f4af0f
commit a695c93662

@ -8,6 +8,9 @@
<body style="margin:0px;"> <body style="margin:0px;">
#%env/templates/header.template%# #%env/templates/header.template%#
#%env/templates/submenuConfig.template%# #%env/templates/submenuConfig.template%#
<!--[if IE]>
<div style="clear:left;" class="gainlayout">
<![endif]-->
<div class="welcome"> <div class="welcome">
<center><h2>Welcome to YaCy!</h2></center> <center><h2>Welcome to YaCy!</h2></center>
@ -188,6 +191,9 @@
</div> </div>
#%[privateStatusTable]%# #%[privateStatusTable]%#
<!--[if IE]>
</div>
<![endif]-->
#%env/templates/footer.template%# #%env/templates/footer.template%#
</body> </body>

@ -343,7 +343,7 @@ div.welcome { /* The heading in Status.html */
div.sidebar { /* sidebars on the right side */ div.sidebar { /* sidebars on the right side */
float:left; float:left;
width:28%; width:27%;
margin:10px 0; margin:10px 0;
padding-top:10px; padding-top:10px;
text-align:left; text-align:left;

@ -7,7 +7,7 @@
// //
// $LastChangedDate$ // $LastChangedDate$
// $LastChangedRevision$ // $LastChangedRevision$
// $LastChangedBy: $ // $LastChangedBy$
// //
// This program is free software; you can redistribute it and/or modify // This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by // it under the terms of the GNU General Public License as published by

@ -6,7 +6,7 @@
// //
// $LastChangedDate$ // $LastChangedDate$
// $LastChangedRevision$ // $LastChangedRevision$
// $LastChangedBy: $ // $LastChangedBy$
// //
// LICENSE // LICENSE
// //

Loading…
Cancel
Save