From 31b5b06e42415ffaf98ca09ca8641ae64e67280f Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 25 Apr 2015 22:35:24 +0200 Subject: Provide webpage layout description --- view/css/mod_layouts.css | 10 +++++++--- view/tpl/layoutlist.tpl | 6 +++++- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/css/mod_layouts.css b/view/css/mod_layouts.css index 5a3c86733..8e0a945bf 100644 --- a/view/css/mod_layouts.css +++ b/view/css/mod_layouts.css @@ -15,14 +15,18 @@ padding: 7px 3px 7px 10px; } -#layout-list-table th:nth-child(5), -#layout-list-table td:nth-child(5){ - padding: 7px 3px; +#layout-list-table th:nth-child(2){ white-space: nowrap; } #layout-list-table th:nth-child(6), #layout-list-table td:nth-child(6){ + padding: 7px 3px; + white-space: nowrap; +} + +#layout-list-table th:nth-child(7), +#layout-list-table td:nth-child(7){ padding: 7px 10px 7px 7px; white-space: nowrap; } diff --git a/view/tpl/layoutlist.tpl b/view/tpl/layoutlist.tpl index 6812cf95b..ab7408eae 100644 --- a/view/tpl/layoutlist.tpl +++ b/view/tpl/layoutlist.tpl @@ -18,7 +18,8 @@
- + + @@ -35,6 +36,9 @@ {{$item.title}} {{/if}} +
{{$name}}{{$name}}{{$descr}} + {{$item.descr}} + {{if $edit}} -- cgit v1.2.3