1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 17:50:12 +02:00

Forum view-topic template wrapper fix. Custom-title styling subject to change. Default SEF-URL format now separates thread_id into 'folder'. (backward compat.)

This commit is contained in:
Cameron
2016-04-05 13:15:58 -07:00
parent 3c2def3a31
commit 010ba14c73
7 changed files with 72 additions and 29 deletions

View File

@@ -18,6 +18,17 @@ ul.newforumposts-menu { padding-left: 10px; }
ul.newforumposts-menu li { margin-bottom: 15px; }
div.forum-poll-results { padding-left:0 }
.forum-viewtopic-customtitle {
display: block;
background-color: #E0E0E0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin-top: -3px;
border: 1px solid #ccc;
padding: 5px 15px;
text-align: center;
}
@media all and (min-height: 800px) {
#forum, #forum-stats, #forum-rules { min-height: 500px; }