Commit 3da97a16aead25bb141c208082b4d3e782ed8f43

Authored by Valessio Brito
1 parent eb8c1f8c

forum style

Showing 1 changed file with 27 additions and 0 deletions   Show diff stats
@@ -3477,4 +3477,31 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max @@ -3477,4 +3477,31 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max
3477 3477
3478 #user .ctrl-panel { display: none; } 3478 #user .ctrl-panel { display: none; }
3479 3479
  3480 +/***** Forum Style *********/
  3481 +
  3482 +.forum-posts a {
  3483 + text-decoration: none !important;
  3484 +}
  3485 +
  3486 +.forum-posts td {
  3487 + border-bottom: 1px solid #DDD;
  3488 +}
  3489 +
  3490 +.forum-post-title {
  3491 + font-size: 1em;
  3492 + line-height: 1.2em;
  3493 + padding: 0.5em;
  3494 + text-align: left;
  3495 +}
  3496 +
  3497 +.forum-post-answers {
  3498 + font-size: 1.2em;
  3499 + text-align: center;
  3500 +}
  3501 +
  3502 +.forum-post-last-answer {
  3503 + font-size: 0.8em;
  3504 + line-height: 1.5em;
  3505 + text-align: center;
  3506 +}
3480 3507