From 454452a190833a9d0897bc50690e8044c45b5d91 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 18 Jul 2014 12:55:28 +0200 Subject: [PATCH] Tweak position of ckeditor --- blender-bfct/application/static/assets/css/bfct.css | 4 ++++ blender-bfct/application/templates/apply.html | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/blender-bfct/application/static/assets/css/bfct.css b/blender-bfct/application/static/assets/css/bfct.css index 2d2cf25..3492f59 100644 --- a/blender-bfct/application/static/assets/css/bfct.css +++ b/blender-bfct/application/static/assets/css/bfct.css @@ -10,4 +10,8 @@ body {padding: 53px 0 0 0 !important;} top: 0; left: 0; position: absolute; +} + +.cke { + margin-top: 40px !important; } \ No newline at end of file diff --git a/blender-bfct/application/templates/apply.html b/blender-bfct/application/templates/apply.html index 6ec9350..b56e68b 100755 --- a/blender-bfct/application/templates/apply.html +++ b/blender-bfct/application/templates/apply.html @@ -110,7 +110,6 @@
{{ form.bio_message(class='form-control', id='editor1', placeholder='Tell us a bit about yourself and why you want to be a BFCT') }} -

@@ -146,9 +145,9 @@ {% endblock %}