From 2fd590fad68cb4f1d98ceb34bce0b7ff7fe3c7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marjolaine=20V=C3=A9?= Date: Wed, 28 Mar 2018 22:56:51 +0200 Subject: [PATCH] Add margin between textarea and buttons for the description when poll creation --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index e0bb0a0..9696951 100644 --- a/css/style.css +++ b/css/style.css @@ -163,8 +163,12 @@ header form .input-group .input-group-btn { .editor-toolbar { + margin-top: 10px; background-color: #eee; } +#poll_comments { + margin-top: 10px; +} h4.control-label { display: inline-block;