From a86fd26bd86945fe75b7220e149b8986f88feb01 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Mon, 21 Nov 2011 12:34:22 +0100 Subject: more work on quattro. remove html from php for groups and saved searches widgets. --- view/theme/quattro/icons.less | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'view/theme/quattro/icons.less') 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; -- cgit v1.2.3