From 76adce246a6b234a9b34e3c663ba0b87a2db1635 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 28 Dec 2014 19:55:10 +0100 Subject: [PATCH] Medium-placeholder fix + set margin of .text-bubble p to 0. --- app/assets/stylesheets/zammad.css.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index 77dd43671..2560523ac 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -154,6 +154,11 @@ small { margin: 0; } +/* fix for placeholder */ +.Medium-placeholder { + position: relative; +} + .close, .close:hover { float: none; @@ -3066,6 +3071,10 @@ footer { position: relative; } + .text-bubble p { + margin: 0; + } + .ticket-article-item.state--folde-out .text-bubble { border-color: hsl(0,0%,90%); }