From 7272ede2ca7ab6c6647a8646c668ca4f9c951b26 Mon Sep 17 00:00:00 2001 From: Swrup Date: Mon, 24 Jan 2022 08:38:18 +0100 Subject: [PATCH] even more beautifuler css --- src/content/assets/css/style.css | 9 +++++++++ src/newthread_page.eml.html | 6 ++++-- src/thread_page.eml.html | 10 +++++----- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/content/assets/css/style.css b/src/content/assets/css/style.css index 08a4b9b..63621e0 100644 --- a/src/content/assets/css/style.css +++ b/src/content/assets/css/style.css @@ -62,3 +62,12 @@ blockquote.blockquote { .quote { color: green; } + +.postForm { + background-color: #FCE4EC; + margin: 5px 5px 5px 5px; + border: 2px solid #FFB300; + padding: 2px; + display:table; + width: 500px; +} diff --git a/src/newthread_page.eml.html b/src/newthread_page.eml.html index 3a7c199..85490db 100644 --- a/src/newthread_page.eml.html +++ b/src/newthread_page.eml.html @@ -13,6 +13,7 @@ Login to make a new thread. % end; diff --git a/src/thread_page.eml.html b/src/thread_page.eml.html index d42ee25..c5ad054 100644 --- a/src/thread_page.eml.html +++ b/src/thread_page.eml.html @@ -5,18 +5,18 @@ let f thread_view thread_id request = % | None -> % | Some _ -> -
+
<%s! Dream.form_tag ~action:( Format.sprintf "/reply/%s" thread_id) ~enctype:`Multipart_form_data request %> - + - + - -
Add a picture to your post
+ +