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.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/assets/css/staticman.css b/assets/css/staticman.css
index 9581eb8..5c41c99 100644
--- a/assets/css/staticman.css
+++ b/assets/css/staticman.css
@@ -9,16 +9,17 @@
.staticman-comments input {
margin: .3rem 0;
- padding:.4rem .8rem;
+ padding: .4rem .8rem;
border: .1rem solid #768294;
- border-radius:3px;
- background-color:#fff;
+ border-radius: 3px;
+ background-color: #fff;
width: 60%;
max-width: 95%;
display: block;
}
.staticman-comments input[type="submit"], .staticman-comments input[type="reset"] {
+ background-color: #ebeffa;
width: auto;
display: inline;
}
@@ -29,9 +30,9 @@
.staticman-comments textarea {
margin: .3rem 0;
- padding:.2rem .4rem;
+ padding: .2rem .4rem;
border: .1rem solid #768294;
- border-radius:2px;
+ border-radius: 2px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;