[improve/design] Slight changes to menu and recent topics design

This commit is contained in:
Marc Alexander
2013-10-26 18:03:29 +02:00
parent aae9917f9f
commit 09dad56bcf
3 changed files with 64 additions and 49 deletions

View File

@@ -49,6 +49,13 @@ span.portal-corners-top-inner, span.portal-corners-bottom-inner{
padding: 1px 0;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 12px;
text-decoration: underline;
}
.portal-navigation tr.menutitle{
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 12px;
text-decoration: underline;
}
.calendar-info {
@@ -88,4 +95,4 @@ span.portal-corners-top-inner, span.portal-corners-bottom-inner{
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet_rtl.gif");
background-position: center right; /*custom bullet list image*/
padding-right: 19px; /*link text is indented 19px*/
}
}