From 64537f87637af00ab925df997da350890f24cb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Pankowiak?= Date: Thu, 7 Aug 2014 16:42:26 +0200 Subject: [PATCH] Center remove buttons vertically --- app/assets/stylesheets/contacts.css.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/contacts.css.scss b/app/assets/stylesheets/contacts.css.scss index f007bfa5f..d674a5f3c 100644 --- a/app/assets/stylesheets/contacts.css.scss +++ b/app/assets/stylesheets/contacts.css.scss @@ -30,6 +30,10 @@ .stream_element { border-bottom: 1px solid $border-grey; + .icons-monotone_close_exit_delete { + margin-top: 8px; + } + .media { margin: 10px; }