From aad4fe0601781f5d0e176daefc9e9af3f7fcea4b Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Tue, 11 Aug 2020 12:28:54 +0200 Subject: [PATCH] =?UTF-8?q?Corrige=20visualizaci=C3=B3n=20de=20CKEditor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Los estilos de los enlaces de la información legal del pie de página tenían un efecto colateral al maximizar el editor CKEditor, dejando los botones fuera de la ventana. Se cambian estos estilos y se ajusta la plantilla de la página. Resuelve #302 --- app/views/layouts/base.html.erb | 14 +++++++++----- .../themes/circlepro/stylesheets/application.css | 11 +++++++---- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index 4024b09..f0f7509 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -63,6 +63,7 @@
+
-
-<%= javascript_tag "$('#scrollup').click(function(){$('html,body').animate({scrollTop:0},600);return false;});" %> + + +<%= javascript_tag "$('#scrollup').click(function(){$('html,body').animate({scrollTop:0},600);return false;});" %> @@ -147,18 +149,20 @@
+ <%= Time.current.year %> © SuitePro (powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %>) - <%= Time.current.year %> © SuitePro (powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %>)
- - + + + + <%= call_hook :view_layouts_base_body_bottom %>