X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ficons.less;h=f87327703fb9a1324bbafcc14cfe169f8df9402b;hb=a86fd26bd86945fe75b7220e149b8986f88feb01;hp=c5dc1937bab51e4eaf7872ab5e07f53457ad47fe;hpb=5792b3d3580b9f09460305858293398d8d8a9abf;p=friendica.git diff --git a/view/theme/quattro/icons.less b/view/theme/quattro/icons.less index c5dc1937ba..f87327703f 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,20 +31,23 @@ } &.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; - .icons(22); + .icons(48); }