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

Aline Manera alinefm at linux.vnet.ibm.com
Wed Sep 9 00:29:54 UTC 2015


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