1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-15 03:54:39 +01:00

19 lines
899 B
CSS
Raw Normal View History

/* Forum Styling */
2015-05-05 11:38:22 -07:00
.forum-viewforum-pagination { margin:0 }
2015-05-07 20:55:12 -07:00
#poll.tab-pane .form-group { margin-left: 0; margin-right:0}
2015-05-07 20:55:12 -07:00
2015-05-08 13:04:23 -07:00
#forum-viewtopic { margin-top: 15px }
#forum-viewtopic li.forum-viewtopic-post { border-top:1px solid #EEE; padding:15px 10px }
#forum-viewtopic li.forum-viewtopic-post:nth-child(odd) { background: #F5F5F5 }
#forum-viewtopic li ul.thumbnails { margin-top:15px }
#forum-viewtopic li img.user-avatar { margin-bottom:10px; display:inline-block }
2015-05-07 20:55:12 -07:00
.forum-attachment-file { margin-top:15px; }
.forum-user-combo { padding-bottom:5px }
2015-07-02 14:44:19 -07:00
@media all and (min-height: 800px) {
#forum, #forum-stats, #forum-rules { min-height: 500px; }
}