From 0c7de51fd9afdd3f491699af5be0788a199d4cbe Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Tue, 15 Mar 2016 15:47:46 +0100 Subject: [PATCH] Fixes styles for deleted users --- app/assets/stylesheets/layout.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index a9eedbcfe..ba912f53f 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -879,7 +879,7 @@ img.avatar, img.admin-avatar, img.moderator-avatar, img.initialjs-avatar { } .user-deleted { - top: -9px; + top: -4px; } .user-permissions { @@ -1550,6 +1550,7 @@ table { .comment { margin: $line-height/4 0; + position: relative; p { margin-bottom: 0;