post.css modify
This commit is contained in:
parent
4664ef511d
commit
7c8195a339
3 changed files with 3 additions and 2 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
BIN
assets/.DS_Store
vendored
Normal file
BIN
assets/.DS_Store
vendored
Normal file
Binary file not shown.
|
@ -156,6 +156,7 @@
|
|||
.single a.post-edit-link {
|
||||
background-image: url("../../assets/img/icons/1x/edit-g.png");
|
||||
background-position: left 5px;
|
||||
padding-left: 25px;
|
||||
}
|
||||
.single a.post-edit-link:hover {
|
||||
background-image: url("../../assets/img/icons/1x/edit-c.png");
|
||||
|
@ -675,7 +676,7 @@ p.form-submit {
|
|||
display: block;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1200px){
|
||||
@media only screen and (max-width: 1200px) {
|
||||
.custom-comment-icon-wrapper {
|
||||
display: none;
|
||||
}
|
||||
|
@ -710,4 +711,4 @@ p.form-submit {
|
|||
border-radius: 5px;
|
||||
font-size: 16px;
|
||||
z-index: 1000;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue