X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ficons.less;h=f87327703fb9a1324bbafcc14cfe169f8df9402b;hb=d703f4bc52ecc4be95aba966db18b74dfe1d35f2;hp=8f7111aff61e37682af51e29a2c36dd6c258c3cf;hpb=d284f8017cefb79571fe51c4ae3f85b9b4e517c9;p=friendica.git diff --git a/view/theme/quattro/icons.less b/view/theme/quattro/icons.less index 8f7111aff6..f87327703f 100644 --- a/view/theme/quattro/icons.less +++ b/view/theme/quattro/icons.less @@ -1,3 +1,4 @@ +// Quattro Theme LESS file /* icons */ .icons(@size: 22) { @@ -7,14 +8,19 @@ &.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"); } - &.start { background-image: url("../../../images/icons/@{size}/star.png"); } + &.star { background-image: url("../../../images/icons/@{size}/star.png"); } + &.menu { background-image: url("../../../images/icons/@{size}/menu.png"); } + &.link { background-image: url("../../../images/icons/@{size}/link.png"); } + &.lock { background-image: url("../../../images/icons/@{size}/lock.png"); } + &.unlock { background-image: url("../../../images/icons/@{size}/unlock.png"); } + } .icon { background-color: transparent ; background-repeat: no-repeat; - background-position: center center; + background-position: left center; display: block; overflow: hidden; text-indent: -9999px; @@ -24,13 +30,24 @@ text-indent: 0px; } + &.s10 { + 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(48); }