[Kimchi-devel] [PATCH] [UI] Fix Bug - Text Overlapped in Template Add Window

Adam King rak at linux.vnet.ibm.com
Fri Mar 14 20:44:11 UTC 2014


Reviewed-by: Adam King <rak at linux.vnet.ibm.com>

On 03/13/2014 11:08 PM, Hongliang Wang wrote:
> Aline found the bug which is caused by commit 23b5850.
>
>    Fix it in this patch.
>
> Signed-off-by: Hongliang Wang <hlwang at linux.vnet.ibm.com>
> ---
>   ui/css/theme-default/window.css | 9 ++++++---
>   1 file changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/ui/css/theme-default/window.css b/ui/css/theme-default/window.css
> index 3d6d563..22e6327 100644
> --- a/ui/css/theme-default/window.css
> +++ b/ui/css/theme-default/window.css
> @@ -49,7 +49,8 @@
>       max-height: 100%;
>   }
>
> -.window header {
> +.window>header,
> +.window>form>header {
>       position: absolute;
>       left: 0;
>       right: 0;
> @@ -99,12 +100,14 @@
>       cursor: pointer;
>   }
>
> -.window header>.close:HOVER {
> +.window>header>.close:HOVER,
> +.window>form>header>.close:HOVER {
>       border: 2px solid #444;
>       color: #444;
>   }
>
> -.window header>.title {
> +.window>header>.title,
> +.window>form>header>.title {
>       font-size: 18px;
>       height: 48px;
>       line-height: 48px;


-- 
Adam King <rak at linux.vnet.ibm.com>
IBM CSI




More information about the Kimchi-devel mailing list