1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-07 07:47:59 +01:00

38 lines
2.0 KiB
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 }
2017-01-30 11:42:45 +02:00
#forum-viewtopic li.forum-viewtopic-post { border-top:1px solid rgba(100,100,100,0.2); padding:15px 10px }
#forum-viewtopic li.forum-viewtopic-post:nth-child(odd) { background-color: rgba(100,100,100,0.09) }
#forum-viewtopic li ul.thumbnails { margin-top:15px }
2016-05-04 09:33:25 -07:00
#forum-viewtopic li img.user-avatar { margin-bottom:10px; display:inline-block; border-radius:50% }
2017-01-30 11:42:45 +02:00
#forum-viewtopic .label-info {display: table; margin: 5px auto; padding: 5px 10px;}
#forum-viewtopic .left {text-align: center;}
#forum-viewtopic .left .btn-block {display: table; margin: 0 auto!important;}
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
/*
ul.newforumposts-menu { padding-left: 10px; }
ul.newforumposts-menu li { margin-bottom: 15px; }
*/
div.forum-poll-results { padding-left:0 }
2017-01-30 11:42:45 +02:00
.forum-viewtopic-customtitle { display: table; margin: 5px auto 0 auto; padding: 5px 15px; 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}
2015-07-02 14:44:19 -07:00
@media all and (min-height: 800px) {
#forum, #forum-stats, #forum-rules { min-height: 500px; }
}
2016-05-05 13:24:26 -07:00
.forum-perms { text-align: center; padding:10px }
.forum-perms-separator:before { margin:0 10px; content: '·' }