Changed style and added friendrequests

This commit is contained in:
Lars van Hijfte
2017-01-23 11:33:27 +01:00
parent 71202ab857
commit 93b6835ea4
16 changed files with 178 additions and 47 deletions

View File

@@ -14,7 +14,7 @@
padding-top: 50px;
}
.profile-box h5.profile-username {
padding-top: 0;
padding: 0 0 10px 0;
}
div.posts {
@@ -28,6 +28,15 @@ div.posts div.post {
margin: 20px 0 0 0;
padding: 10px;
width: calc(100% - 40px);
cursor: pointer;
transition-duration: 250ms;
}
div.posts div.post:hover {
/*margin: 15px 0 0 -5px;*/
/*padding: 15px;*/
/*z-index: 20;*/
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
div.posts div.post img {
@@ -76,11 +85,12 @@ div.posts .post form textarea.newpost {
float: right;
padding: 10px;
border-radius: 5px;
background-color: #845663;
background-color: #4CAF50;
color: #FFFFFF;
transition-duration: 250ms;
cursor: pointer;
}
.profile-button:hover {
background-color: #B78996;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}