1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 10:53:29 +02:00

Forum: Fixes #1488 - Missing forum icons.

This commit is contained in:
Cameron
2016-04-08 18:04:36 -07:00
parent d54f3fe8af
commit 209d68a6fe
9 changed files with 6 additions and 2 deletions

View File

@@ -30,6 +30,10 @@ text-align: center;
}
/* v1.x icon fix */
.forum-viewforum-admin-icons a { vertical-align:top; width:16px; height:16px; display:inline-block; line-height:14px }
.forum-viewforum-admin-icons input { vertical-align:top; width:16px; height:16px}
@media all and (min-height: 800px) {
#forum, #forum-stats, #forum-rules { min-height: 500px; }
}