aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-04-29 10:40:58 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-04-29 10:40:58 +0200
commitdd053ebe22553430dd8d89b68eb3e1a093f6d0eb (patch)
tree3851804d488db3c3ea390abc42fd37b59fc8b9c0 /view/theme
parentf6984f9929074db46e38c1a26a03d91309b29af2 (diff)
downloadvolse-hubzilla-dd053ebe22553430dd8d89b68eb3e1a093f6d0eb.tar.gz
volse-hubzilla-dd053ebe22553430dd8d89b68eb3e1a093f6d0eb.tar.bz2
volse-hubzilla-dd053ebe22553430dd8d89b68eb3e1a093f6d0eb.zip
fix icons in item toolbar and edit contact
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/style.css7
-rw-r--r--view/theme/loozah/style.css7
2 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index beb89123b..a23f72987 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -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;
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index 5d2f80622..f38b6e6d4 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -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;