This commit is contained in:
Laurent Destailleur 2018-02-05 23:17:05 +01:00
parent 22b95b1c43
commit ad621f4035
2 changed files with 6 additions and 10 deletions

View File

@ -1445,14 +1445,14 @@ a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudis
a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
font-weight: normal;
padding: 0px 5px 0px 3px;
padding: 0px 4px 0px 4px;
white-space: nowrap;
color: #<?php echo $colortextbackhmenu; ?>;
text-decoration: none;
}
a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
font-weight: normal;
padding: 0px 5px 0px 3px;
padding: 0px 4px 0px 4px;
margin: 0px 0px 0px 0px;
white-space: nowrap;
color: #<?php echo $colortextbackhmenu; ?>;
@ -5014,8 +5014,8 @@ div.tabsElem a.tab {
margin-left: 1px;
}
.mainmenuaspan {
/*display: none;*/
font-size: 10px;
padding-left: 0;
padding-right: 0;
}
.topmenuimage {

View File

@ -1566,12 +1566,8 @@ div.menu_titre {
}
.mainmenuaspan
{
<?php if ($disableimages) { ?>
padding-<?php print $left; ?>: 4px;
padding-<?php print $left; ?>: 2px;
padding-<?php print $right; ?>: 2px;
<?php } else { ?>
padding-<?php print $right; ?>: 4px;
<?php } ?>
}
div.mainmenu {
@ -5022,7 +5018,6 @@ border-top-right-radius: 6px;
color: #<?php echo $colortextbackhmenu; ?>;
}
.mainmenuaspan {
/*display: none;*/
font-size: 12px;
}
.topmenuimage {
@ -5047,8 +5042,9 @@ border-top-right-radius: 6px;
text-overflow: clip;
}
.mainmenuaspan {
/*display: none;*/
font-size: 10px;
padding-left: 0;
padding-right: 0;
}
.topmenuimage {
background-size: 20px auto;