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