[Kimchi-devel] [PATCH 2/2] Host Tab: Add Widths for Repository Grid Columns

Aline Manera alinefm at linux.vnet.ibm.com
Mon Apr 14 18:25:43 UTC 2014


Reviewed-by: Aline Manera <alinefm at linux.vnet.ibm.com>

On 04/14/2014 08:00 AM, Hongliang Wang wrote:
> 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 */




More information about the Kimchi-devel mailing list