[PATCH 1/2] BZ 783075 updated css for long description on deployments/launch_from_catalog

Jirka Tomasek jtomasek at redhat.com
Mon Feb 6 15:35:11 UTC 2012


On 02/06/2012 03:51 PM, Tzu-Mainn Chen wrote:
> ---
>   src/app/stylesheets/layout.scss |    2 ++
>   1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/src/app/stylesheets/layout.scss b/src/app/stylesheets/layout.scss
> index 9a15017..7c68844 100644
> --- a/src/app/stylesheets/layout.scss
> +++ b/src/app/stylesheets/layout.scss
> @@ -2801,6 +2801,7 @@ ul.catalog_pretty {
>           padding: 10px 10px 10px 42px;
>           background: transparent url('../../images/deployment_large_icon_provider.png') no-repeat 10px center;
>           h2{ font-size: 16px; }
> +        p{ width: 600px; white-space: nowrap; overflow: hidden; overflow: ellipse; }
replace "overflow: ellipse;" with "text-overflow: ellipsis;"
>           display: table-cell;
>           vertical-align: middle;
>         }
> @@ -2810,6 +2811,7 @@ ul.catalog_pretty {
>         background: #eee;
>         border-top: 1px solid #ccc;
>         padding: 10px;
> +      p{ padding: 0px 152px 10px 32 px; }
please remove space in 32_px, othervise the padding doesn't work
>         table{
>           margin: 0px 0px 0px 32px;
>           td,th{ padding: 10px; }
Two notes inline. Feel free to push after fixed :)

Jirka



More information about the aeolus-devel mailing list