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 {
|
.single a.post-edit-link {
|
||||||
background-image: url("../../assets/img/icons/1x/edit-g.png");
|
background-image: url("../../assets/img/icons/1x/edit-g.png");
|
||||||
background-position: left 5px;
|
background-position: left 5px;
|
||||||
|
padding-left: 25px;
|
||||||
}
|
}
|
||||||
.single a.post-edit-link:hover {
|
.single a.post-edit-link:hover {
|
||||||
background-image: url("../../assets/img/icons/1x/edit-c.png");
|
background-image: url("../../assets/img/icons/1x/edit-c.png");
|
||||||
|
@ -675,7 +676,7 @@ p.form-submit {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1200px){
|
@media only screen and (max-width: 1200px) {
|
||||||
.custom-comment-icon-wrapper {
|
.custom-comment-icon-wrapper {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue