X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/32ac950fc8d6ba7ef7ec4bf1c4b05f2ed25b02fd..bb2d8acdcc511aa33db185698bc9ad755f33d014:/edumed/static/css/forum.css diff --git a/edumed/static/css/forum.css b/edumed/static/css/forum.css index 51fe05f..2bc8c17 100644 --- a/edumed/static/css/forum.css +++ b/edumed/static/css/forum.css @@ -31,13 +31,15 @@ ul.breadcrumb { width: 40%; text-align: left; } .forum-body .forum-topic-count, .forum-body .forum-post-count, .forum-body .topic-post-count, .forum-body .topic-view-count { - width: 16%; + width: 10%; text-align: center; } .forum-body .forum-last-post, .forum-body .topic-last-post { - width: 20%; + width: 32%; text-align: center; } .forum-body .first-unread-post-link, .forum-body .first-unread-post-link:hover { text-decoration: none; } + .forum-body .post:nth-child(4n+4) { + background-color: #eaeaea; } .forum-body .post-header { padding: 3px 0 3px 20px; } .forum-body .post-header th {