From 53c865e4740c9f257b586db6777b667355b60f00 Mon Sep 17 00:00:00 2001 From: Christine Slotty Date: Mon, 22 Jun 2020 13:51:14 +0200 Subject: [PATCH] Mobil verbessert --- src/Template/StateUsers/search.ctp | 8 +++++++- webroot/css/grd_styles.css | 29 +++++++++++++++++++++++++++- webroot/css/rippleUI/style.css | 6 ++++++ websrc/src/less-files.css | 29 +++++++++++++++++++++++++++- websrc/src/less/01-layout.less | 4 ++++ websrc/src/less/06_messages.less | 11 +++++++++++ websrc/src/less/09-notification.less | 8 ++++++++ websrc/src/less/10-center.less | 2 +- websrc/src/less/30-form.less | 13 +++++++++++++ 9 files changed, 106 insertions(+), 4 deletions(-) create mode 100644 webroot/css/rippleUI/style.css diff --git a/src/Template/StateUsers/search.ctp b/src/Template/StateUsers/search.ctp index ebb95a63c..ea7071420 100644 --- a/src/Template/StateUsers/search.ctp +++ b/src/Template/StateUsers/search.ctp @@ -12,7 +12,10 @@ $this->loadHelper('Form', [ 'templates' => 'horizontal_form', ]); ?> -Html->css(['loginServer/style.css']) ?> +Html->css([ + 'loginServer/style.css', + 'rippleUI/style.css' +]) ?>