commit 974ffcc3d6e46c0ff25b873cfe5f7248acc35edb
parent 0be0c764b397238fe587106e2f690a5b5827e922
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 18 Feb 2018 09:27:50 -0600
Remove trailing whitespace and adjusting borders for isso input boxes.
Diffstat:
2 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/static/css/isso.css b/static/css/isso.css
@@ -20,7 +20,7 @@
outline: 0;
}
#isso-thread .textarea.placeholder {
- color: #AAA;
+ color: #999;
}
.isso-comment {
@@ -30,7 +30,7 @@
}
.isso-comment:not(:first-of-type),
.isso-follow-up .isso-comment {
- border-top: 1px solid rgba(0, 0, 0, 0.1);
+ border-top: 1px dashed #ddd;
}
.isso-comment > div.avatar,
.isso-postbox > .avatar {
@@ -50,9 +50,8 @@
.isso-postbox > .avatar > svg {
max-width: 48px;
max-height: 48px;
- border: 1px solid rgba(0, 0, 0, 0.2);
+ border: 1px solid #ddd;
border-radius: 5px;
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.isso-comment > div.text-wrapper {
display: block;
@@ -124,7 +123,7 @@
}
.isso-comment > div.text-wrapper > .isso-comment-footer a:hover {
color: #111111 !important;
- text-shadow: #aaaaaa 0 0 1px !important;
+ text-shadow: none !important;
}
.isso-comment > div.text-wrapper > .isso-comment-footer > a {
position: relative;
@@ -162,7 +161,7 @@
padding: .4em .8em;
border-radius: 5px;
background-color: #eee;
- border: 1px solid #ddd;
+ border: 2px solid #ddd;
}
#isso-thread .textarea:focus,
#isso-thread input:focus {
@@ -181,7 +180,7 @@
border-radius: 5px;
background-color: #eee;
line-height: 1.5em;
- border: 1px solid #ddd;
+ border: 2px solid #ddd;
}
.isso-postbox > .form-wrapper > .auth-section .input-wrapper input:focus {
outline: 0;
diff --git a/static/css/style.css b/static/css/style.css
@@ -18,8 +18,7 @@ body {
.title { font-size: 1.1em; line-height: 1.1em;}
footer a { text-decoration: none; }
hr {
- border-style: dashed;
- color: #ddd;
+ border: 1px dashed #ddd;
}
/* code */
@@ -45,16 +44,16 @@ blockquote {
table {
background: #eee;
border-radius: 5px;
- border-collapse: collapse;
+ border-collapse: collapse;
margin: auto;
overflow: hidden;
}
-table thead th {
+table thead th {
}
-th, td {
- padding: 5px;
+th, td {
+ padding: 5px;
}
-thead, tfoot, tr:nth-child(even) {
+thead, tfoot, tr:nth-child(even) {
background: #ccc;
}