Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/staticman.css')
-rw-r--r--assets/css/staticman.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/assets/css/staticman.css b/assets/css/staticman.css
index 5c41c99..9fe02af 100644
--- a/assets/css/staticman.css
+++ b/assets/css/staticman.css
@@ -56,11 +56,28 @@
content: ' ↷ ';
}
+.staticman-comments p.reply-notice img.comment-avatar {
+ display: inline-block;
+ float: none;
+ width: 2rem;
+ height: 2rem;
+ margin: 0 .6rem;
+}
+
+.staticman-comments a.close-btn {
+ margin: 0 .6rem;
+ color: #c34853;
+}
+
+.staticman-comments a.close-btn:hover {
+ text-decoration: none;
+}
+
.staticman-comments form:disabled, .staticman-comments input:disabled, .staticman-comments textarea:disabled {
opacity: 0.5;
cursor: not-allowed;
}
-.staticman-comments strong.hidden, .staticman-comments input[type="submit"].hidden {
+.staticman-comments .js-notice .hidden, .staticman-comments input[type="submit"].hidden, .staticman-comments p.reply-notice.hidden {
display: none;
}