liquid_feedback_frontend
diff app/main/index/_sidebar_units.lua @ 1058:bd2509e7f627
Made star in sidebar a bit smaller
| author | bsw |
|---|---|
| date | Wed Jul 16 21:48:19 2014 +0200 (2014-07-16) |
| parents | 701a5cf6b067 |
| children | df8244927adc |
line diff
1.1 --- a/app/main/index/_sidebar_units.lua Wed Jul 16 21:47:34 2014 +0200 1.2 +++ b/app/main/index/_sidebar_units.lua Wed Jul 16 21:48:19 2014 +0200 1.3 @@ -89,7 +89,7 @@ 1.4 1.5 if area.subscribed then 1.6 local text = _"subscribed" 1.7 - ui.image { attr = { class = "icon24 star", alt = text, title = text }, static = "icons/48/star.png" } 1.8 + ui.image { attr = { class = "icon16 star", alt = text, title = text }, static = "icons/48/star.png" } 1.9 any_subscribed = true 1.10 subscribed_count = subscribed_count +1 1.11 end