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.css18
1 files changed, 7 insertions, 11 deletions
diff --git a/assets/css/staticman.css b/assets/css/staticman.css
index d76032d..2b3e8a8 100644
--- a/assets/css/staticman.css
+++ b/assets/css/staticman.css
@@ -35,17 +35,16 @@
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
- box-shadow:0 0 2px #888;
width: 100%;
max-width: 100%;
- min-height: 10ex;
+ min-height: 5rem;
}
.staticman-comments .comment-avatar {
float: left;
- width: 48px;
- height: 48px;
- margin-right: 10px;
+ width: 3rem;
+ height: 3rem;
+ margin-right: 1rem;
}
.staticman-comments .static-comment-reply {
@@ -56,10 +55,7 @@
content: ' ↷ ';
}
-.form--loading:before {
- content: '';
-}
-
-.form--loading .form__spinner {
- display: block;
+.staticman-comments .form--loading:before {
+ opacity: 0.5;
+ cursor: not-allowed;
}