style buttons for upload/post edit pages

This commit is contained in:
r888888888
2017-09-14 16:56:40 -07:00
parent 5448ae5af4
commit 0985f929cc
10 changed files with 65 additions and 24 deletions

View File

@@ -77,6 +77,14 @@ a.blacklisted-active {
font-style: italic;
}
#open-edit-dialog {
padding: 0;
}
#edit-dialog textarea {
margin-bottom: 0.25em;
}
.post-preview {
img {
border: 2px solid transparent;
@@ -223,7 +231,7 @@ div#c-posts {
text-align: center;
input[type=submit] {
padding: 0.2em 0.5em;
padding: 0.2em 0.75em;
}
}
@@ -401,6 +409,10 @@ div#c-posts {
word-wrap: break-word;
}
textarea {
margin-bottom: 0.25em;
}
#favlist {
margin-left: 1em;
word-wrap: break-word;