Author: vmassol
Date: 2008-02-20 21:34:20 +0100 (Wed, 20 Feb 2008)
New Revision: 7887

Modified:
   xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/Main/Dashboard
Log:
XSTOUCAN-3: Some issues with IE

* Fixed Dashboard page on IE7. Solution proposed by Laurent Lunati. Apparently 
IE has some rounding issue so 50% shouldn't be used. Using 49% works fine.

Modified: 
xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/Main/Dashboard
===================================================================
--- 
xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/Main/Dashboard    
    2008-02-20 19:59:10 UTC (rev 7886)
+++ 
xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/Main/Dashboard    
    2008-02-20 20:34:20 UTC (rev 7887)
@@ -58,7 +58,7 @@
 Find below all the recent news from the site blog and from the list of pages 
that have been changed recently.
 
 <div>
-  <div id="webhomeblogdisplay" style="float:left; width: 50%;">
+  <div id="webhomeblogdisplay" style="float:left; width: 49.9%;">
     <div style="padding-right:20px;">
       <h2 class="heading-1-1-1">Blog <a 
href="$xwiki.getURL("Main.BlogRss", "view", "xpage=rdf")" style=""><img 
src="$xwiki.getSkinFile("icons/black-rss.png")" alt="rss 
icon"/></a></h2>
       #set($nbstart = $request.nbstart)
@@ -67,7 +67,7 @@
       #includeMacros("Blog.Macros")
     </div>
   </div>
-  <div id="webhomeNewsdisplay" style="float:left; width: 50%;">
+  <div id="webhomeNewsdisplay" style="float:left; width: 50.1%;">
     <div style="padding-left: 20px;">
       <h2 class="heading-1-1-1">Recent changes <a 
href="$xwiki.getURL("Main.WebRss", "view", "xpage=rdf")" style=""><img 
src="$xwiki.getSkinFile("icons/black-rss.png")" alt="rss 
icon"/></a></h2>
       #if(!$xwiki.hasMinorEdit() || $request.getParameter("showminor"))

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to