[PATCH] [Wok] Fixes loading message position inside panel-groups

From: Samuel Guimarães <sguimaraes943@gmail.com> This patch fixes a minor issue with the "Loading..." backdrop mask covering panel titles in Ginger Samuel Guimarães (1): Fixes loading message position inside panel-groups ui/css/src/wok.scss | 4 ++++ ui/css/wok.css | 4 ++++ 2 files changed, 8 insertions(+) -- 1.9.3

From: Samuel Guimarães <sguimaraes943@gmail.com> Signed-off-by: Samuel Guimarães <sguimaraes943@gmail.com> --- ui/css/src/wok.scss | 4 ++++ ui/css/wok.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ui/css/src/wok.scss b/ui/css/src/wok.scss index 0672cdb..1765f4f 100755 --- a/ui/css/src/wok.scss +++ b/ui/css/src/wok.scss @@ -117,6 +117,10 @@ body { position: relative; } +.panel-collapse.collapse { + position: relative; +} + // Override pagination .pagination { diff --git a/ui/css/wok.css b/ui/css/wok.css index 6da0aa8..79d1bed 100644 --- a/ui/css/wok.css +++ b/ui/css/wok.css @@ -117,6 +117,10 @@ body { position: relative; } +.panel-collapse.collapse { + position: relative; +} + .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, -- 1.9.3

Hi Samuel, Can you please tell me where in Ginger/Gingerbase I can see this behavior change you're talking about in this patch? Daniel On 07/08/2016 01:52 PM, sguimaraes943@gmail.com wrote:
From: Samuel Guimarães <sguimaraes943@gmail.com>
This patch fixes a minor issue with the "Loading..." backdrop mask covering panel titles in Ginger
Samuel Guimarães (1): Fixes loading message position inside panel-groups
ui/css/src/wok.scss | 4 ++++ ui/css/wok.css | 4 ++++ 2 files changed, 8 insertions(+)

Hi Daniel, this is supposed to fix this issue: https://github.com/kimchi-project/gingerbase/issues/121 and required for Global Network Configuration redesign along with the other jQuery Bootgrid to Datatables.net ports. Samuel -----Original Message----- From: kimchi-devel-bounces@ovirt.org [mailto:kimchi-devel-bounces@ovirt.org] On Behalf Of Daniel Henrique Barboza Sent: quarta-feira, 20 de julho de 2016 17:38 To: kimchi-devel@ovirt.org Subject: Re: [Kimchi-devel] [PATCH] [Wok] Fixes loading message position inside panel-groups Hi Samuel, Can you please tell me where in Ginger/Gingerbase I can see this behavior change you're talking about in this patch? Daniel On 07/08/2016 01:52 PM, sguimaraes943@gmail.com wrote:
From: Samuel Guimarães <sguimaraes943@gmail.com>
This patch fixes a minor issue with the "Loading..." backdrop mask covering panel titles in Ginger
Samuel Guimarães (1): Fixes loading message position inside panel-groups
ui/css/src/wok.scss | 4 ++++ ui/css/wok.css | 4 ++++ 2 files changed, 8 insertions(+)
_______________________________________________ Kimchi-devel mailing list Kimchi-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/kimchi-devel
participants (4)
-
Aline Manera
-
Daniel Henrique Barboza
-
Samuel Henrique De Oliveira Guimaraes
-
sguimaraes943@gmail.com