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

Aline Manera alinefm at linux.vnet.ibm.com
Mon Sep 14 16:50:20 UTC 2015


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 at linux.vnet.ibm.com wrote:
>>> From: pappu <papsagar at in.ibm.com>
>>>
>>> Signed-off-by: pappu <papsagar at 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;
>>
>




More information about the Kimchi-devel mailing list