From 07d36fb0b3f7d4bc05e332eb96c161f7598fdb2b Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Sat, 10 May 2014 18:56:57 +0200 Subject: [PATCH] Fixing style of speech bubbles --- frontend/pad.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/pad.css b/frontend/pad.css index ce1c0a25..63ce5af1 100644 --- a/frontend/pad.css +++ b/frontend/pad.css @@ -212,8 +212,9 @@ textarea { position: absolute; background: #fff; bottom: 0; - left: 0; - padding: 5px 10px; + left: 10px; + right: 10px; + padding: 5px 0; box-shadow: 0 0 10px #fff; }