[PATCH conductor] Fix button_to form button styling when as single button in header

Maros Zatko mzatko at redhat.com
Thu Feb 16 18:47:58 UTC 2012


On 02/16/2012 04:38 PM, jtomasek at redhat.com wrote:
> From: Jiri Tomasek<jtomasek at redhat.com>
>
> ---
>   src/app/stylesheets/custom.scss |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/app/stylesheets/custom.scss b/src/app/stylesheets/custom.scss
> index b42a60f..ee1ce34 100644
> --- a/src/app/stylesheets/custom.scss
> +++ b/src/app/stylesheets/custom.scss
> @@ -1,5 +1,5 @@
>   /*fixes the button_to helper used in button-group problem*/
> -.button-group .button_to div .button.pill{
> +.button-group .button_to:not(:only-child) div .button.pill{
>     -webkit-border-radius: 0em 50em;
>     -moz-border-radius: 0em 50em 50em 0em;
>     border-radius: 0em 50em 50em 0em;
> @@ -268,4 +268,4 @@ form.generic section.services {
>           margin:10px 15px;
>       }
>     }
> -}
> \ No newline at end of file
> +}
ack



More information about the aeolus-devel mailing list