From 801583ab5d455efef2677f1282edd65b5bef2d56 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 8 Jan 2014 00:07:36 +0100 Subject: [PATCH] fix seminar title css --- teleforma/static/teleforma/css/teleforma.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index 0abc0702..fb76e813 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1513,7 +1513,7 @@ input,textarea{ .course { margin: 0em 0em 2em 0em; - padding: 1em 0em 0em 0em; + padding: 5px 0em 0em 0em; background-color: #FFF; -moz-border-radius: 8px 0px 8px 8px; -webkit-border-radius: 8px 0px 8px 8px; -- 2.39.5