From 3e7edf504d88be775e098fb934637ee8d25de0ff Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 2 Sep 2015 21:35:49 -0700 Subject: sort out some app display weirdness --- view/css/mod_apps.css | 11 ++++++++++- view/tpl/app.tpl | 4 ++++ view/tpl/myapps.tpl | 2 -- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/view/css/mod_apps.css b/view/css/mod_apps.css index c7cb419f2..f3ffab681 100644 --- a/view/css/mod_apps.css +++ b/view/css/mod_apps.css @@ -1,6 +1,15 @@ .app-container { float: left; width: 125px; - height: 200px; + height: 180px; padding: 20px; } + +.app-detail { + height: 140px; + overflow: none; +} + +.app-tools { + margin-bottom: 0; +} diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index cebc17d45..727be5eba 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -1,4 +1,5 @@
+
{{$app.name}}
@@ -6,7 +7,9 @@ {{if $purchase}} {{/if}} +
{{if $install || $update || $delete }} +
{{if $install}}{{/if}} @@ -16,4 +19,5 @@ {{/if}} {{/if}}
+
diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl index 1a591f9f8..ccb995849 100755 --- a/view/tpl/myapps.tpl +++ b/view/tpl/myapps.tpl @@ -1,9 +1,7 @@

{{$title}}

{{foreach $apps as $ap}} -
{{$ap}} -
{{/foreach}}
-- cgit v1.2.3