- forum with user pictures
- archive function
This commit is contained in:
Martin Bauer
2013-09-15 12:29:56 +02:00
parent d5f461181d
commit f0746172ec
17 changed files with 245 additions and 15 deletions

View File

@@ -54,7 +54,7 @@
}
#blog_post .comments {
margin-top: 3px;
padding-top: 50px;
/*padding-top: 50px;*/
border-bottom: 1px solid rgb(202, 202, 202);
box-shadow: 0px 1px 0px 0px white;
padding-bottom: 3px;
@@ -65,8 +65,8 @@
margin-bottom: 25px;
}
#blog_post .comments .comment {
margin-bottom: 60px;
margin-top: 30px;
margin-bottom: 30px;
margin-top: 15px;
}
#blog_post .comments .comment.reply_to {
margin-top: -10px;
@@ -119,13 +119,13 @@
#blog_post .new_comment form input[type="text"] {
height: 25px;
border-radius: 3px;
width: 95.7%;
width: 97.9%;
}
#blog_post .new_comment form textarea {
margin-top: 10px;
width: 97.9%;
}
#blog_post .new_comment form a.send{
#blog_post .new_comment form input[type="submit"].send{
float: right;
color: #fff;
border: 0 none;
@@ -142,7 +142,7 @@
-o-transition: background linear .2s, box-shadow linear .2s;
transition: background linear .2s, box-shadow linear .2s;
}
#blog_post .new_comment form a.send:hover{
#blog_post .new_comment form input[type="submit"].send:hover{
background: #252528;
}
#blog_post .sidebar{

File diff suppressed because one or more lines are too long