From 1fdfd614f011e406f1590ff38f07f2c87c07484d Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 29 May 2014 22:56:04 +0200 Subject: [PATCH] Vier: Make the smiley button look better integrated into the theme. --- view/theme/vier/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 6563be23e0..56fcb40855 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1728,6 +1728,13 @@ h2 { margin-left: 15px; cursor: pointer; } +#profile-smiley-wrapper { + float: left; + margin-left: 15px; + cursor: pointer; + margin-top: 3px; + height: 10px; +} #jot-perms-icon { float: right; margin-left: 15px;