From acca89505be6ec062ba1acd9cc7df49aac1711fe Mon Sep 17 00:00:00 2001 From: Julien-Pierre Avérous Date: Mon, 20 Apr 2020 23:27:17 +0200 Subject: Enhance the way help elements are displayed (#2911) * - Always display help under the targeted element. - Use same help place for HTTP authentication in 'add' feed view than in 'update' feed view. - Move help under input field in register view, as all other places (homogeneity). * - Don't use "!important" as suggested by @Alkarex. --- app/views/configure/archiving.phtml | 4 ++-- app/views/configure/reading.phtml | 2 +- app/views/configure/system.phtml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'app/views/configure') diff --git a/app/views/configure/archiving.phtml b/app/views/configure/archiving.phtml index 7d76e4dcc..9c183f81f 100644 --- a/app/views/configure/archiving.phtml +++ b/app/views/configure/archiving.phtml @@ -6,7 +6,7 @@
-

+

@@ -132,7 +132,7 @@
- +

diff --git a/app/views/configure/reading.phtml b/app/views/configure/reading.phtml index cb74440a5..3cd0a718e 100644 --- a/app/views/configure/reading.phtml +++ b/app/views/configure/reading.phtml @@ -11,7 +11,7 @@
- +

diff --git a/app/views/configure/system.phtml b/app/views/configure/system.phtml index 1a718e20f..75117ee1c 100644 --- a/app/views/configure/system.phtml +++ b/app/views/configure/system.phtml @@ -25,7 +25,7 @@
- +

@@ -74,7 +74,7 @@
- +

-- cgit v1.2.3