From 1684e94b961f0dcb00c09c688ebf392abf5a6ce9 Mon Sep 17 00:00:00 2001 From: Denis Chenu Date: Mon, 24 Oct 2016 14:24:27 +0200 Subject: [PATCH] Dev: little improvment on basic --- templates/basic/css/template.css | 3 +++ templates/basic/pstpl/navigator.pstpl | 16 ++++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/templates/basic/css/template.css b/templates/basic/css/template.css index 2ff3758d664..2d2f7866d69 100644 --- a/templates/basic/css/template.css +++ b/templates/basic/css/template.css @@ -11,6 +11,9 @@ html { position: relative; min-height: 100%; } + +/* Some space */ +.navigator{margin-top: 1em;margin-bottom: 1em; } /* Some no boostrap class */ .ls-language-changer-item{text-align:right} .dir-rtl .ls-language-changer-item{text-align:left} diff --git a/templates/basic/pstpl/navigator.pstpl b/templates/basic/pstpl/navigator.pstpl index 2d9658d1c14..a15fa332b7c 100644 --- a/templates/basic/pstpl/navigator.pstpl +++ b/templates/basic/pstpl/navigator.pstpl @@ -1,6 +1,10 @@ - - - {if(!is_empty(SAVE) or !is_empty(CLEARALL),"","")} + + + +