fix icons in item toolbar and edit contact

This commit is contained in:
Fabio Comuni 2011-04-29 10:40:58 +02:00
parent f6984f9929
commit dd053ebe22
2 changed files with 14 additions and 0 deletions

View File

@ -990,6 +990,10 @@ input#dfrn-url {
border-right: 2px solid #fff;
}
.wall-item-like-buttons > a,
.wall-item-like-buttons > img {
float: left;
}
.wall-item-like-buttons img {
cursor: pointer;
@ -1445,6 +1449,9 @@ input#dfrn-url {
#contact-edit-links {
float: left;
}
#contact-edit-links a {
float: left;
}
#contact-edit-links img {
margin-left: 20px;
border: none;

View File

@ -1051,6 +1051,10 @@ input#dfrn-url {
padding-right: 10px;
border-right: 2px solid #fff;
}
.wall-item-like-buttons > a,
.wall-item-like-buttons > img {
float: left;
}
.wall-item-share-buttons {
margin-left: 5px;
@ -1508,6 +1512,9 @@ padding: 5px 10px 0px;
#contact-edit-links {
float: left;
}
#contact-edit-links a {
float: left;
}
#contact-edit-links img {
margin-left: 20px;
border: none;