
14 Apr
2014
14 Apr
'14
11 a.m.
Added CSS width values for repository grid. Signed-off-by: Hongliang Wang <hlwang@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