diff options
author | Fabrixxm <fabrix.xm@gmail.com> | 2012-06-29 05:29:58 -0400 |
---|---|---|
committer | Fabrixxm <fabrix.xm@gmail.com> | 2012-06-29 05:29:58 -0400 |
commit | 8b18ee49ffbc51e4d377a99fd391ee44d876734f (patch) | |
tree | 2a054dc342dc97a6792b16ae3818790257ac8b28 /view/theme/quattro/icons.less | |
parent | 0fb08e3642e195da071c6f8d01248c3565ae0cc3 (diff) | |
download | volse-hubzilla-8b18ee49ffbc51e4d377a99fd391ee44d876734f.tar.gz volse-hubzilla-8b18ee49ffbc51e4d377a99fd391ee44d876734f.tar.bz2 volse-hubzilla-8b18ee49ffbc51e4d377a99fd391ee44d876734f.zip |
quattro: some updates
- add makefile to rebuild both css with single command
- fix icons in Forums widget
- style photos pages
Diffstat (limited to 'view/theme/quattro/icons.less')
-rw-r--r-- | view/theme/quattro/icons.less | 7 |
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); |