Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 5, 2018
1 parent 22b95b1 commit ad621f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 3 additions & 3 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -1445,14 +1445,14 @@

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; ?>;
Expand Down Expand Up @@ -5014,8 +5014,8 @@
margin-left: 1px;
}
.mainmenuaspan {
/*display: none;*/
font-size: 10px;
padding-left: 0;
padding-right: 0;
}
.topmenuimage {
Expand Down
10 changes: 3 additions & 7 deletions htdocs/theme/md/style.css.php
Expand Up @@ -1566,12 +1566,8 @@
}
.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 {
Expand Down Expand Up @@ -5022,7 +5018,6 @@
color: #<?php echo $colortextbackhmenu; ?>;
}
.mainmenuaspan {
/*display: none;*/
font-size: 12px;
}
.topmenuimage {
Expand All @@ -5047,8 +5042,9 @@
text-overflow: clip;
}
.mainmenuaspan {
/*display: none;*/
font-size: 10px;
padding-left: 0;
padding-right: 0;
}
.topmenuimage {
background-size: 20px auto;
Expand Down

0 comments on commit ad621f4

Please sign in to comment.