From fa65d31f3fb143acc8cc273d21a43c0bbd4f0524 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Mon, 22 Dec 2014 23:06:04 +0100 Subject: Move app icon centering to style.css --- view/theme/redbasic/css/style.css | 8 ++++++++ view/tpl/app.tpl | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 50a501ac3..e5a0e31d8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -586,6 +586,14 @@ footer { overflow: none; } +.app-container img { + margin-left: auto; + margin-right: auto; + width: 80px; + height: 80px; + display: block; +} + .pager { padding: 10px; diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index bc4b3cc67..9f0b1746b 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -1,5 +1,5 @@
- +
{{$app.name}}
{{if $app.type !== 'system'}} -- cgit v1.2.3