From 05a1b0b1b142e751d95d0ffc1337db81b108f793 Mon Sep 17 00:00:00 2001 From: eldy Date: Mon, 26 Sep 2011 14:17:05 +0200 Subject: [PATCH] Fix: Bad alignement with ar_AR --- htdocs/theme/auguria/style.css.php | 9 ++++----- htdocs/theme/bureau2crea/style.css.php | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 53277886d6f..2452e5f1b78 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -410,16 +410,15 @@ foreach($mainmenuusedarray as $key => $val) } .tmenu ul{ - margin:0 60px 0 0; /* t r b l */ + margin: 0 10px 0 0; /* t r b l */ padding:0; list-style-type:none; width:auto; /* Having 100% instead of auto works on IE but IE fails to down main content, so we forget IE and use best value for Firefox */ - float:left; } .tmenu ul li{ display:block; - float:left; + float: ; margin:0 1px; padding-left: 0px; padding-right: 0px; @@ -427,7 +426,7 @@ foreach($mainmenuusedarray as $key => $val) .tmenu ul li a{ display:block; - float:left; + float: ; color:#EAF3F8; text-decoration:none; padding:0 0 0 8px; @@ -437,7 +436,7 @@ foreach($mainmenuusedarray as $key => $val) .tmenu ul li a span{ padding:12px 8px 0 0; height:21px; - float:left; + float: ; } .tmenu ul li a:hover{ diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 6b0d71c383c..28983084fd6 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -465,7 +465,7 @@ ul.tmenu { } li.tmenu, li.tmenusel { - float: left; + float: ; height: 22px; position:relative; display: block; @@ -493,7 +493,7 @@ li.tmenu a { line-height: 22px; color: #FFF; font-weight: normal; - float: left; + float: ; } li.tmenu a:hover {