[PATCH conductor] BZ795350 Fix Pool Families table overlap

Tomas Sedovic tsedovic at redhat.com
Mon Feb 20 10:35:09 UTC 2012


On 02/20/2012 11:17 AM, jtomasek at redhat.com wrote:
> From: Jiri Tomasek<jtomasek at redhat.com>
>
> ---
>   src/app/stylesheets/layout.scss |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/app/stylesheets/layout.scss b/src/app/stylesheets/layout.scss
> index e0f314b..737b96e 100644
> --- a/src/app/stylesheets/layout.scss
> +++ b/src/app/stylesheets/layout.scss
> @@ -3154,6 +3154,7 @@ table.pool_families{
>       -webkit-border-radius: 7px 7px 0px 0px;
>       -moz-border-radius: 7px 7px 0px 0px;
>       border-radius: 7px 7px 0px 0px;
> +    box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
>
>       .caption_content{padding: 8px;}
>     }

ACK



More information about the aeolus-devel mailing list