From b553305a0ef91021bc6b9fec03589aeb1abf220e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marjolaine=20V=C3=A9?= Date: Wed, 28 Mar 2018 22:34:24 +0200 Subject: [PATCH 1/2] Images in poll maxwidth: 100% --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 046284c..e0bb0a0 100644 --- a/css/style.css +++ b/css/style.css @@ -274,6 +274,10 @@ table.results thead th { text-overflow:ellipsis; } +table.results thead th img { + max-width: 100%; +} + table.results thead .btn { margin: 0 auto; display: block; 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 2/2] 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;