Forum
- forum with user pictures - archive function
This commit is contained in:
@@ -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{
|
||||
|
||||
6
website/static/js/jquery-ui-1.10.0.custom.min.js
vendored
Normal file
6
website/static/js/jquery-ui-1.10.0.custom.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user