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

Hongliang Wang hlwang at linux.vnet.ibm.com
Fri Mar 14 03:08:23 UTC 2014


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;
-- 
1.8.1.4




More information about the Kimchi-devel mailing list