From 37534d110c0a544d76c4cd2d38d5cffa9f049ca9 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Mon, 22 Dec 2014 18:53:13 +0100 Subject: Center app names --- view/theme/redbasic/css/style.css | 1 - view/tpl/app.tpl | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4681ef5ba..50a501ac3 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -583,7 +583,6 @@ footer { } .app-name { - width: 125px; overflow: none; } diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index 4719f7f96..bc4b3cc67 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -1,6 +1,6 @@
- -
{{$app.name}}
+
+
{{$app.name}}
{{if $app.type !== 'system'}} {{if $purchase}} -- cgit v1.2.3 From c819c276f0bed98c2215ca0e5815ec8fb0f548c5 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Mon, 22 Dec 2014 19:05:16 +0100 Subject: Remove unused apps.tpl --- view/tpl/apps.tpl | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 view/tpl/apps.tpl (limited to 'view') diff --git a/view/tpl/apps.tpl b/view/tpl/apps.tpl deleted file mode 100755 index d8e538cb7..000000000 --- a/view/tpl/apps.tpl +++ /dev/null @@ -1,11 +0,0 @@ -

{{$title}}

- -{{foreach $apps as $ap}} - -{{/foreach}} -
- -- cgit v1.2.3 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(-) (limited to 'view') 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