aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/icons.less
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-29 20:12:44 -0700
committerfriendica <info@friendica.com>2012-06-29 20:12:44 -0700
commitffd5217ffaab826eb7f16c112a9f39b548298b81 (patch)
tree60e3caf5666e0528d2e3970486964b2acd92e73f /view/theme/quattro/icons.less
parent78e03abed8e72e29d2463e9de8e279dc86e5d39e (diff)
parent1b27e24bb727c20346b81dc2f02ffac9105f5622 (diff)
downloadvolse-hubzilla-ffd5217ffaab826eb7f16c112a9f39b548298b81.tar.gz
volse-hubzilla-ffd5217ffaab826eb7f16c112a9f39b548298b81.tar.bz2
volse-hubzilla-ffd5217ffaab826eb7f16c112a9f39b548298b81.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/quattro/icons.less')
-rw-r--r--view/theme/quattro/icons.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/quattro/icons.less b/view/theme/quattro/icons.less
index ae7459dfc..f9be4cc72 100644
--- a/view/theme/quattro/icons.less
+++ b/view/theme/quattro/icons.less
@@ -5,6 +5,9 @@
&.notify { background-image: url("../../../images/icons/@{size}/notify_off.png"); }
&.gear { background-image: url("../../../images/icons/@{size}/gear.png"); }
+ &.like { background-image: url("icons/like.png"); }
+ &.dislike { background-image: url("icons/dislike.png"); }
+
&.add { background-image: url("../../../images/icons/@{size}/add.png"); }
&.delete { background-image: url("../../../images/icons/@{size}/delete.png"); }
&.edit { background-image: url("../../../images/icons/@{size}/edit.png"); }
@@ -40,6 +43,10 @@
text-indent: 0px;
}
+ min-width:22px; height: 22px;
+ .icons(22);
+ &.text { padding: 10px 0px 0px 25px; }
+
&.s10 {
min-width:10px; height: 10px;
.icons(10);