From 351f5c13a8e7eb2297356f14487b1eefcdbc8d7a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 16 Dec 2013 23:15:08 +0100 Subject: [PATCH] fix bottom --- teleforma/static/teleforma/css/teleforma.css | 2 +- teleforma/templates/teleforma/answers.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index e6bd1d44..a4823335 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1685,7 +1685,7 @@ input,textarea{ #users { - padding: 0.8em 0em 0em 0em; + padding: 0.8em 0em 3em 0em; background-color: #FFF; -moz-border-radius: 8px 0px 8px 8px; -webkit-border-radius: 8px 0px 8px 8px; diff --git a/teleforma/templates/teleforma/answers.html b/teleforma/templates/teleforma/answers.html index 6610bbb3..7a96c652 100644 --- a/teleforma/templates/teleforma/answers.html +++ b/teleforma/templates/teleforma/answers.html @@ -40,7 +40,7 @@ var answerUtils = {
-- 2.39.5