[PATCH 1/1] Alignment close for pop up window completed

From: pappu <papsagar@in.ibm.com> Signed-off-by: pappu <papsagar@in.ibm.com> --- ui/css/theme-default/window.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/ui/css/theme-default/window.css b/ui/css/theme-default/window.css index 5cb2790..f3924a3 100644 --- a/ui/css/theme-default/window.css +++ b/ui/css/theme-default/window.css @@ -78,7 +78,24 @@ overflow-x: hidden; margin: 48px 0 56px; } - +.window .close { + position: absolute; + width: 30px; + height: 30px; + top: 7px; + right: 7px; + -webkit-border-radius: 30px; + -moz-border-radius: 30px; + border-radius: 30px; + border: 2px solid #ccc; + color: #ccc; + font-size: 24px; + text-align: center; + line-height: 30px; + font-weight: bold; + background: #eee; + cursor: pointer; +} .window>header>.title, .window>form>header>.title { height: 48px; -- 2.1.0

Hi, What is the problem you are trying to fix with this patch? Could you describe it? Regards, Aline Manera On 07/08/2015 09:00, papsagar@linux.vnet.ibm.com wrote:
From: pappu <papsagar@in.ibm.com>
Signed-off-by: pappu <papsagar@in.ibm.com> --- ui/css/theme-default/window.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/ui/css/theme-default/window.css b/ui/css/theme-default/window.css index 5cb2790..f3924a3 100644 --- a/ui/css/theme-default/window.css +++ b/ui/css/theme-default/window.css @@ -78,7 +78,24 @@ overflow-x: hidden; margin: 48px 0 56px; } - +.window .close { + position: absolute; + width: 30px; + height: 30px; + top: 7px; + right: 7px; + -webkit-border-radius: 30px; + -moz-border-radius: 30px; + border-radius: 30px; + border: 2px solid #ccc; + color: #ccc; + font-size: 24px; + text-align: center; + line-height: 30px; + font-weight: bold; + background: #eee; + cursor: pointer; +} .window>header>.title, .window>form>header>.title { height: 48px;

Hi Aline, Please refer the Ginger issue #706(https://github.com/kimchi-project/kimchi/issues/706) Thanks and Regards Pappu Kumar Sagar IBM India Pvt Ltd Phone-08494856872 On 09/09/2015 05:59 AM, Aline Manera wrote:
Hi,
What is the problem you are trying to fix with this patch? Could you describe it?
Regards, Aline Manera
On 07/08/2015 09:00, papsagar@linux.vnet.ibm.com wrote:
From: pappu <papsagar@in.ibm.com>
Signed-off-by: pappu <papsagar@in.ibm.com> --- ui/css/theme-default/window.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/ui/css/theme-default/window.css b/ui/css/theme-default/window.css index 5cb2790..f3924a3 100644 --- a/ui/css/theme-default/window.css +++ b/ui/css/theme-default/window.css @@ -78,7 +78,24 @@ overflow-x: hidden; margin: 48px 0 56px; } - +.window .close { + position: absolute; + width: 30px; + height: 30px; + top: 7px; + right: 7px; + -webkit-border-radius: 30px; + -moz-border-radius: 30px; + border-radius: 30px; + border: 2px solid #ccc; + color: #ccc; + font-size: 24px; + text-align: center; + line-height: 30px; + font-weight: bold; + background: #eee; + cursor: pointer; +} .window>header>.title, .window>form>header>.title { height: 48px;

The problem is related to the transition to the new UI design so I'd wait to get the new UI done to focus on bugs on it. Just to avoid conflicts with the current new UI development. Please, next time add [wok] tag to the subject to we can easily identify on each branch apply each patch. On 09/09/2015 01:36, pappu wrote:
Hi Aline,
Please refer the Ginger issue #706(https://github.com/kimchi-project/kimchi/issues/706)
Thanks and Regards Pappu Kumar Sagar IBM India Pvt Ltd Phone-08494856872
On 09/09/2015 05:59 AM, Aline Manera wrote:
Hi,
What is the problem you are trying to fix with this patch? Could you describe it?
Regards, Aline Manera
On 07/08/2015 09:00, papsagar@linux.vnet.ibm.com wrote:
From: pappu <papsagar@in.ibm.com>
Signed-off-by: pappu <papsagar@in.ibm.com> --- ui/css/theme-default/window.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/ui/css/theme-default/window.css b/ui/css/theme-default/window.css index 5cb2790..f3924a3 100644 --- a/ui/css/theme-default/window.css +++ b/ui/css/theme-default/window.css @@ -78,7 +78,24 @@ overflow-x: hidden; margin: 48px 0 56px; } - +.window .close { + position: absolute; + width: 30px; + height: 30px; + top: 7px; + right: 7px; + -webkit-border-radius: 30px; + -moz-border-radius: 30px; + border-radius: 30px; + border: 2px solid #ccc; + color: #ccc; + font-size: 24px; + text-align: center; + line-height: 30px; + font-weight: bold; + background: #eee; + cursor: pointer; +} .window>header>.title, .window>form>header>.title { height: 48px;
participants (3)
-
Aline Manera
-
pappu
-
papsagar@linux.vnet.ibm.com