comment submit time bug fixed
This commit is contained in:
@@ -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
|
||||
//* {
|
||||
|
Reference in New Issue
Block a user