From 0351a8fbbac6cfa671128513605288fb940ce94b Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 26 May 2022 08:05:00 +0200 Subject: KB66 Add comment box. Change-Id: I9bf140ded85045b09997145ed2a9fb421fedc7d4 --- src/main/resources/META-INF/resources/cms2/base.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src/main/resources/META-INF') diff --git a/src/main/resources/META-INF/resources/cms2/base.css b/src/main/resources/META-INF/resources/cms2/base.css index e11f295..d68e07e 100644 --- a/src/main/resources/META-INF/resources/cms2/base.css +++ b/src/main/resources/META-INF/resources/cms2/base.css @@ -323,7 +323,7 @@ a.bookmark-title { color: #555; } -.post-self-link { +.post-self-link, .comment-self-link { padding-left: 5px; padding-right: 5px; } @@ -355,27 +355,31 @@ article.bookmark > header { float: left; } -.lazychat-message-info { +.comment { + margin: 5px; +} + +.lazychat-message-info, .comment-info { font-style: italic; margin: 0; padding: 0; flex: auto; } -article.lazychat-message { +article.lazychat-message, .comment { border: 1px solid #a0c0c0; padding: 0.3em; background: #f0f8f0; } -article.lazychat-message > header { +article.lazychat-message > header, .comment-info { display: flex; float: left; margin-right: 5px; line-height: 1em; } -a.post-link { +a.post-link, a.comment-link { text-decoration: none; } -- cgit v1.2.3