[PATCH conductor] Fixing the appearance of the cancel button on deployables#new

Jirka Tomasek jtomasek at redhat.com
Fri Dec 16 13:53:28 UTC 2011


On 12/15/2011 11:26 AM, ifarkas at redhat.com wrote:
> From: Imre Farkas<ifarkas at redhat.com>
>
> https://bugzilla.redhat.com/show_bug.cgi?id=760905
> ---
>   src/app/stylesheets/custom.scss |   16 ++++++++++++++++
>   1 files changed, 16 insertions(+), 0 deletions(-)
>
> diff --git a/src/app/stylesheets/custom.scss b/src/app/stylesheets/custom.scss
> index 31953e2..0f4d7d5 100644
> --- a/src/app/stylesheets/custom.scss
> +++ b/src/app/stylesheets/custom.scss
> @@ -241,3 +241,19 @@ form.generic section.services {
>       list-style-type: none;
>     }
>   }
> +
> +form#new_deployable{
> +  a.button{
> +    font-family: sans-serif;
> +    font-size: 11px;
> +    font-weight: bold;
> +    color: #333333;
> +  }
> +
> +  .button:hover,
> +  .button:focus,
> +  .button:active,
> +  .button.active {
> +    color: #ffffff;
> +  }
> +}
As we already discused, I have made this change in patch I am about to 
send. There is an easy fix. the deployable form is just nested wrongly.



More information about the aeolus-devel mailing list