[Kimchi-devel] [PATCH] Issue #421: Grid Column Header Issue
Hongliang Wang
hlwang at linux.vnet.ibm.com
Mon Sep 22 09:55:23 UTC 2014
In IE, the grid header columns does not aligned with rows in
"Debug Report" and "Software Update".
Signed-off-by: Hongliang Wang <hlwang at linux.vnet.ibm.com>
---
ui/css/theme-default/host.css | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/ui/css/theme-default/host.css b/ui/css/theme-default/host.css
index fe097cb..9e9cb01 100644
--- a/ui/css/theme-default/host.css
+++ b/ui/css/theme-default/host.css
@@ -216,7 +216,7 @@
.debug-report-name,
.debug-report-time {
- width: 200px;
+ width: 424px;
}
#id-debug-img {
@@ -234,18 +234,14 @@
width: 850px;
}
-.software-update-id {
- width: 30px;
-}
-
.software-update-name,
.software-update-repos {
- width: 220px;
+ width: 224px;
}
.software-update-version,
.software-update-arch {
- width: 190px;
+ width: 200px;
}
.host-panel #software-updates-progress-textarea {
@@ -274,7 +270,7 @@
}
.host-panel #repositories-grid .repository-enabled {
- width: 92px;
+ width: 88px;
}
.host-panel #repositories-grid .repository-baseurl.deb {
--
1.8.1.4
More information about the Kimchi-devel
mailing list