From de4891dfc6f5680dba4f610d5e0d6c553cef7afc Mon Sep 17 00:00:00 2001 From: Nathan Yam Date: Sun, 14 May 2017 16:14:18 +1000 Subject: [PATCH] Add well styling to preview content --- nyaa/static/css/main.css | 5 +++++ nyaa/templates/_formhelpers.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index ee01f9b..83ca0ea 100644 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -87,6 +87,11 @@ table.torrent-list thead th.sorting_desc:after { .panel-deleted > .panel-footer + .panel-collapse > .panel-body { border-bottom-color:#757575; } + +.markdown-editor label { + padding: 1em 0; +} + @media (max-width: 991px){ .col-md-5 { margin-left: 20px; diff --git a/nyaa/templates/_formhelpers.html b/nyaa/templates/_formhelpers.html index e7abd4c..2ae1d4d 100644 --- a/nyaa/templates/_formhelpers.html +++ b/nyaa/templates/_formhelpers.html @@ -50,7 +50,7 @@
{{ field.label(class='control-label') }} -
+