[Kimchi-devel] [PATCH] [UI] Fix Bug - Text Overlapped in Template Add Window
Paulo Ricardo Paz Vital
pvital at linux.vnet.ibm.com
Mon Mar 17 19:22:14 UTC 2014
--
Tested-by: Paulo Vital <pvital at linux.vnet.ibm.com>
Reviewed-by: Paulo Vital <pvital at linux.vnet.ibm.com>
On Fri, 2014-03-14 at 11:08 +0800, 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;
More information about the Kimchi-devel
mailing list