fix icons in item toolbar and edit contact
This commit is contained in:
parent
f6984f9929
commit
dd053ebe22
|
@ -990,6 +990,10 @@ input#dfrn-url {
|
||||||
border-right: 2px solid #fff;
|
border-right: 2px solid #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wall-item-like-buttons > a,
|
||||||
|
.wall-item-like-buttons > img {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.wall-item-like-buttons img {
|
.wall-item-like-buttons img {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -1445,6 +1449,9 @@ input#dfrn-url {
|
||||||
#contact-edit-links {
|
#contact-edit-links {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
#contact-edit-links a {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
#contact-edit-links img {
|
#contact-edit-links img {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
@ -1051,6 +1051,10 @@ input#dfrn-url {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
border-right: 2px solid #fff;
|
border-right: 2px solid #fff;
|
||||||
}
|
}
|
||||||
|
.wall-item-like-buttons > a,
|
||||||
|
.wall-item-like-buttons > img {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.wall-item-share-buttons {
|
.wall-item-share-buttons {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
@ -1508,6 +1512,9 @@ padding: 5px 10px 0px;
|
||||||
#contact-edit-links {
|
#contact-edit-links {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
#contact-edit-links a {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
#contact-edit-links img {
|
#contact-edit-links img {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in a new issue