Added improvements to profile page.

This commit is contained in:
K. Nobel
2017-01-20 16:18:12 +01:00
parent e7d63c2f57
commit 18185020c3
2 changed files with 25 additions and 8 deletions

View File

@@ -40,6 +40,19 @@ div.posts .post p.subscript {
font-size: 8pt;
}
div.posts .post form input, div.posts .post form textarea {
width: calc(100% - 15px);
}
div.posts .post form input[type="submit"] {
width: 100%;
}
div.posts .post form textarea.newpost {
margin: 15px 0 15px 0;
height: 100px;
}
@media only screen and (max-width: 1500px) {
.post-box {
width: calc(50% - 68px);
@@ -53,14 +66,6 @@ div.posts .post p.subscript {
}
}
.post {
width: 100%;
}
.post img {
width: 100%;
}
.post .post-date {
float: right;
color: #aaaaaa;