Fix: Bad alignement with ar_AR

This commit is contained in:
eldy 2011-09-26 14:17:05 +02:00
parent 4fdc63f8b5
commit 05a1b0b1b1
2 changed files with 6 additions and 7 deletions

View File

@ -410,16 +410,15 @@ foreach($mainmenuusedarray as $key => $val)
} }
.tmenu ul{ .tmenu ul{
margin:0 60px 0 0; /* t r b l */ margin: 0 10px 0 0; /* t r b l */
padding:0; padding:0;
list-style-type:none; 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 */ 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{ .tmenu ul li{
display:block; display:block;
float:left; float: <?php print $left; ?>;
margin:0 1px; margin:0 1px;
padding-left: 0px; padding-left: 0px;
padding-right: 0px; padding-right: 0px;
@ -427,7 +426,7 @@ foreach($mainmenuusedarray as $key => $val)
.tmenu ul li a{ .tmenu ul li a{
display:block; display:block;
float:left; float: <?php print $left; ?>;
color:#EAF3F8; color:#EAF3F8;
text-decoration:none; text-decoration:none;
padding:0 0 0 8px; padding:0 0 0 8px;
@ -437,7 +436,7 @@ foreach($mainmenuusedarray as $key => $val)
.tmenu ul li a span{ .tmenu ul li a span{
padding:12px 8px 0 0; padding:12px 8px 0 0;
height:21px; height:21px;
float:left; float: <?php print $left; ?>;
} }
.tmenu ul li a:hover{ .tmenu ul li a:hover{

View File

@ -465,7 +465,7 @@ ul.tmenu {
} }
li.tmenu, li.tmenusel { li.tmenu, li.tmenusel {
float: left; float: <?php print $left; ?>;
height: 22px; height: 22px;
position:relative; position:relative;
display: block; display: block;
@ -493,7 +493,7 @@ li.tmenu a {
line-height: 22px; line-height: 22px;
color: #FFF; color: #FFF;
font-weight: normal; font-weight: normal;
float: left; float: <?php print $left; ?>;
} }
li.tmenu a:hover { li.tmenu a:hover {