From f66aa336ac7b510ae90938fa7de19a1ebdafa699 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 27 Mar 2017 12:55:11 +0200 Subject: fix app rendering --- view/css/mod_apps.css | 5 ++--- view/tpl/app_create.tpl | 4 ++-- view/tpl/myapps.tpl | 3 +-- view/tpl/prv_message.tpl | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) (limited to 'view') diff --git a/view/css/mod_apps.css b/view/css/mod_apps.css index 0a231bc84..5e6000fb4 100644 --- a/view/css/mod_apps.css +++ b/view/css/mod_apps.css @@ -1,8 +1,7 @@ .app-container { float: left; - width: 150px; - height: 180px; - padding: 20px; + width: 148px; + margin: 20px; } .app-name { diff --git a/view/tpl/app_create.tpl b/view/tpl/app_create.tpl index 7a0521436..5075ce5e2 100644 --- a/view/tpl/app_create.tpl +++ b/view/tpl/app_create.tpl @@ -3,7 +3,7 @@

{{$banner}}

-
+
{{if $guid}} @@ -33,7 +33,7 @@ {{include file="field_textarea.tpl" field=$embed}} {{/if}} - +
diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl index b9f59b9c3..ccefa4a49 100755 --- a/view/tpl/myapps.tpl +++ b/view/tpl/myapps.tpl @@ -9,10 +9,9 @@ {{/if}}

{{$title}}{{if $cat}} - {{$cat}}{{/if}}

-
+
{{foreach $apps as $ap}} {{$ap}} {{/foreach}} -
diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl index 20b8ac209..925447ff2 100755 --- a/view/tpl/prv_message.tpl +++ b/view/tpl/prv_message.tpl @@ -28,7 +28,7 @@ {{/if}}
- +
-- cgit v1.2.3