aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/icons.less
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-11-21 04:57:56 -0800
committerfabrixxm <fabrix.xm@gmail.com>2011-11-21 04:57:56 -0800
commitea04263f52dc30ca21e2bfb61ff41cf4428f69f2 (patch)
tree9234db8ab0c946ed65123181acba0df71524a8eb /view/theme/quattro/icons.less
parentaaedac8f574278fba89cd11d3d8f1adaeb6b030e (diff)
parentcb05e677a96e1312263c0a1c63ee10cea62268b1 (diff)
downloadvolse-hubzilla-ea04263f52dc30ca21e2bfb61ff41cf4428f69f2.tar.gz
volse-hubzilla-ea04263f52dc30ca21e2bfb61ff41cf4428f69f2.tar.bz2
volse-hubzilla-ea04263f52dc30ca21e2bfb61ff41cf4428f69f2.zip
Merge pull request #8 from fabrixxm/master
expire settings, clean html from php, more work on quattro
Diffstat (limited to 'view/theme/quattro/icons.less')
-rw-r--r--view/theme/quattro/icons.less11
1 files changed, 7 insertions, 4 deletions
diff --git a/view/theme/quattro/icons.less b/view/theme/quattro/icons.less
index 525ca48d8..f87327703 100644
--- a/view/theme/quattro/icons.less
+++ b/view/theme/quattro/icons.less
@@ -20,7 +20,7 @@
.icon {
background-color: transparent ;
background-repeat: no-repeat;
- background-position: center center;
+ background-position: left center;
display: block;
overflow: hidden;
text-indent: -9999px;
@@ -31,16 +31,19 @@
}
&.s10 {
- width:10px; height: 10px;
+ min-width:10px; height: 10px;
.icons(10);
+ &.text { padding: 2px 0px 0px 15px; }
}
&.s16 {
- width:22px; height: 22px;
+ min-width:16px; height: 16px;
.icons(16);
+ &.text { padding: 4px 0px 0px 20px; }
}
&.s22 {
- width:22px; height: 22px;
+ min-width:22px; height: 22px;
.icons(22);
+ &.text { padding: 10px 0px 0px 25px; }
}
&.s48 {
width:48px; height: 48px;