From cb9395b2026180c3e39b69501e0e54e15f0371f1 Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 7 Sep 2021 12:57:48 +0100 Subject: [PATCH] styling --- public/editor-files/style.css | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/public/editor-files/style.css b/public/editor-files/style.css index 9879c17..ed94ed6 100644 --- a/public/editor-files/style.css +++ b/public/editor-files/style.css @@ -3,7 +3,7 @@ html, body, div, form, fieldset, legend, label { margin: 0; - padding: 0; + padding: 0; } table @@ -135,7 +135,7 @@ input.form-field-small, .tokenfield.form-control { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; - border: 1px #93dee5 solid; + border: 1px #93dee5 solid; } .tokenfield.form-control { padding: 6px; @@ -194,7 +194,7 @@ select.form-select-small { .publish-dropdown .dropdown-content { padding: 9px; } -.publish-dropdown .dropdown-content, +.publish-dropdown .dropdown-content, .publish-dropdown .dropdown-content a { color: #51a1a8; } @@ -202,7 +202,7 @@ select.form-select-small { vertical-align: middle; } .publish-dropdown input { - font-family: sans-serif; + font-family: sans-serif; } .publish-dropdown .helptext { padding: 8px 4px 12px 4px; @@ -237,7 +237,7 @@ body { line-height: 30px; } body, input { - font-family: Georgia,Cambria,"Times New Roman",Times,serif; + font-family: Georgia,Cambria,"Times New Roman",Times,serif; } *:focus { @@ -259,6 +259,22 @@ body, input { font-size: 38px; width: 100%; } +#post-description { + margin-top: 20px; + margin-bottom: 20px; + border: 0; + font-weight: bold; + font-size: 38px; + width: 100%; +} +#post-image { + margin-top: 20px; + margin-bottom: 20px; + border: 0; + font-weight: bold; + font-size: 38px; + width: 100%; +} #content { min-height: 300px;