[Kimchi-devel] [PATCH v3 2/2] Host Tab: Add Widths for Repository Grid Columns
Hongliang Wang
hlwang at linux.vnet.ibm.com
Wed Apr 16 02:56:17 UTC 2014
Added CSS width values for repository grid.
Signed-off-by: Hongliang Wang <hlwang at linux.vnet.ibm.com>
---
ui/css/theme-default/host.css | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/ui/css/theme-default/host.css b/ui/css/theme-default/host.css
index 6a1a308..4ee2480 100644
--- a/ui/css/theme-default/host.css
+++ b/ui/css/theme-default/host.css
@@ -258,4 +258,16 @@
height: 200px;
width: 850px;
}
+
+.host-panel #repositories-grid .repository-id {
+ width: 120px;
+}
+
+.host-panel #repositories-grid .repository-name {
+ width: 640px;
+}
+
+.host-panel #repositories-grid .repository-enabled {
+ width: 92px;
+}
/* End of Repository */
--
1.8.1.4
More information about the Kimchi-devel
mailing list