[Kimchi-devel] [PATCH] Fix Text Truncated Problem of Login Button

Sheldon shaohef at linux.vnet.ibm.com
Tue May 13 07:01:40 UTC 2014


Reviewed-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
Tested-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>

On 05/12/2014 01:40 PM, Hongliang Wang wrote:
> Long text in some languages of login button is truncated. Fix it in this patch.
>
> Signed-off-by: Hongliang Wang <hlwang at linux.vnet.ibm.com>
> ---
>   ui/css/theme-default/login-window.css | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ui/css/theme-default/login-window.css b/ui/css/theme-default/login-window.css
> index 8a21090..f4ad5f8 100644
> --- a/ui/css/theme-default/login-window.css
> +++ b/ui/css/theme-default/login-window.css
> @@ -69,7 +69,7 @@
>   #login-window .login-panel button {
>       font-size: 18px;
>       height: 40px;
> -    width: 160px;
> +    min-width: 160px;
>       float: right;
>   }
>


-- 
Thanks and best regards!

Sheldon Feng(冯少合)<shaohef at linux.vnet.ibm.com>
IBM Linux Technology Center




More information about the Kimchi-devel mailing list