comment submit time bug fixed

This commit is contained in:
Nathan Leniz
2015-03-08 18:48:20 +09:00
parent f367a0310e
commit de91be44da
4 changed files with 43 additions and 37 deletions

View File

@@ -175,6 +175,14 @@ ul {
margin-top: 5px;
}
.positive-10 {
margin-top: 10px;
}
.positive-15 {
margin-top: 15px;
}
.negative-45 {
margin-top: -45px;
margin-bottom: -45px;
@@ -815,13 +823,14 @@ iframe.iphone {
height: 50px;
}
.comment-wrapper {
position: relative;
//.media ~ .media .media-body-wrapper:nth-child(odd) {
// background-color: #e5e5e5;
//}
.media-body-wrapper:nth-child(odd){
background-color: #e5e5e5;
}
.comment + .comment-wrapper {
left: 3%;
}
//uncomment this to see the dimensions of all elements outlined in red
//* {