From e04ce5028ee569154f2145ced4548fa4dd89ef6d Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 20 Aug 2022 15:53:09 +0000 Subject: more css fixes --- view/theme/redbasic/css/style.css | 6 +----- view/tpl/edpost_head.tpl | 2 +- view/tpl/jot.tpl | 15 ++++++++------- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0a45f18f3..d408b5d92 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1022,11 +1022,7 @@ img.mail-conv-sender-photo { } -#jot-title, -#jot-pagetitle, -#profile-jot-text { - border-radius: var(--bs-border-radius); -} + #profile-jot-text::-webkit-input-placeholder { font-size: 1.2rem; diff --git a/view/tpl/edpost_head.tpl b/view/tpl/edpost_head.tpl index 94c882d53..b8b1cdbc5 100644 --- a/view/tpl/edpost_head.tpl +++ b/view/tpl/edpost_head.tpl @@ -11,7 +11,7 @@

{{$title}}

-
+
{{$editor}}
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index a44b5b868..6c88e02b5 100644 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -28,13 +28,9 @@ - {{if $webpage}} -
- -
- {{/if}} +
- +
@@ -44,6 +40,11 @@
{{/if}} + {{if $webpage}} +
+ +
+ {{/if}} {{if $customjotheaders}}
{{$customjotheaders}} @@ -60,7 +61,7 @@ {{/if}}
- + {{if $attachment}}
-- cgit v1.2.3