diff --git a/Web/Presenters/templates/@listView.xml b/Web/Presenters/templates/@listView.xml index e575a4a8..b3a0a314 100644 --- a/Web/Presenters/templates/@listView.xml +++ b/Web/Presenters/templates/@listView.xml @@ -7,12 +7,12 @@ {ifset size} - {include size, x => $dat} + {include size, x => $dat} {/ifset}
{var data = is_array($iterator) ? $iterator : iterator_to_array($iterator)} - + {if sizeof($data) > 0}
@@ -30,7 +30,7 @@
- + {include description, x => $dat}
- +
{include "components/paginator.xml", conf => (object) [ "page" => $page, @@ -60,8 +60,7 @@
{ifset bottom} - {include bottom} + {include bottom} {/ifset} -
{/block} diff --git a/Web/Presenters/templates/components/error.xml b/Web/Presenters/templates/components/error.xml index 1e3568d9..9ce715db 100644 --- a/Web/Presenters/templates/components/error.xml +++ b/Web/Presenters/templates/components/error.xml @@ -1,8 +1,6 @@
- {$title} -
-
- {$description} + {$title}

+ {$description}
\ No newline at end of file diff --git a/Web/static/css/style.css b/Web/static/css/style.css index a15a305a..ce0b3543 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -1838,17 +1838,17 @@ body.scrolled .toTop:hover { margin-top: 12px; margin-left: -12px; margin-right: -12px; - } +} - #gp_container { +#gp_container { display: inline-block; - } +} - #gp_container span { +#gp_container span { display: block; margin: 10px 0 15px; - } +} - #gp_container h4 { +#gp_container h4 { font-size: 11px; - } \ No newline at end of file +}