CSS
This commit is contained in:
parent
22b95b1c43
commit
ad621f4035
@ -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 {
|
a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 0px 5px 0px 3px;
|
padding: 0px 4px 0px 4px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: #<?php echo $colortextbackhmenu; ?>;
|
color: #<?php echo $colortextbackhmenu; ?>;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
|
a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 0px 5px 0px 3px;
|
padding: 0px 4px 0px 4px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: #<?php echo $colortextbackhmenu; ?>;
|
color: #<?php echo $colortextbackhmenu; ?>;
|
||||||
@ -5014,8 +5014,8 @@ div.tabsElem a.tab {
|
|||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
.mainmenuaspan {
|
.mainmenuaspan {
|
||||||
/*display: none;*/
|
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
padding-left: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
.topmenuimage {
|
.topmenuimage {
|
||||||
|
|||||||
@ -1566,12 +1566,8 @@ div.menu_titre {
|
|||||||
}
|
}
|
||||||
.mainmenuaspan
|
.mainmenuaspan
|
||||||
{
|
{
|
||||||
<?php if ($disableimages) { ?>
|
padding-<?php print $left; ?>: 2px;
|
||||||
padding-<?php print $left; ?>: 4px;
|
|
||||||
padding-<?php print $right; ?>: 2px;
|
padding-<?php print $right; ?>: 2px;
|
||||||
<?php } else { ?>
|
|
||||||
padding-<?php print $right; ?>: 4px;
|
|
||||||
<?php } ?>
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.mainmenu {
|
div.mainmenu {
|
||||||
@ -5022,7 +5018,6 @@ border-top-right-radius: 6px;
|
|||||||
color: #<?php echo $colortextbackhmenu; ?>;
|
color: #<?php echo $colortextbackhmenu; ?>;
|
||||||
}
|
}
|
||||||
.mainmenuaspan {
|
.mainmenuaspan {
|
||||||
/*display: none;*/
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
.topmenuimage {
|
.topmenuimage {
|
||||||
@ -5047,8 +5042,9 @@ border-top-right-radius: 6px;
|
|||||||
text-overflow: clip;
|
text-overflow: clip;
|
||||||
}
|
}
|
||||||
.mainmenuaspan {
|
.mainmenuaspan {
|
||||||
/*display: none;*/
|
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
.topmenuimage {
|
.topmenuimage {
|
||||||
background-size: 20px auto;
|
background-size: 20px auto;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user