[PATCH conductor] BZ790822 administer section form items alignment fix

Tomas Sedovic tsedovic at redhat.com
Wed Feb 22 13:39:20 UTC 2012


On 02/21/2012 02:19 PM, jtomasek at redhat.com wrote:
> From: Jiri Tomasek<jtomasek at redhat.com>
>
> The checkboxes are now aligned properly, in IE it seems that the left margin is ignored, so there isn't much to do about it.
> Also the file inputs vary in height in different browsers, so the label alignment is little off in ie. Firefox and Chrome are okay.
> ---
>   src/app/stylesheets/layout.scss |    5 +----
>   1 files changed, 1 insertions(+), 4 deletions(-)
>
> diff --git a/src/app/stylesheets/layout.scss b/src/app/stylesheets/layout.scss
> index b067af2..57e55b1 100644
> --- a/src/app/stylesheets/layout.scss
> +++ b/src/app/stylesheets/layout.scss
> @@ -3441,10 +3441,6 @@ body.administer form.generic{
>       font-size: 12px;
>       text-shadow: 0px 1px 0px #ffffff;
>       font-weight: normal;
> -
> -&.checkbox{
> -      padding: 3px 7px 0px 0px;
> -    }
>     }
>
>     label span{
> @@ -3461,6 +3457,7 @@ body.administer form.generic{
>       -moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.50);
>       -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.50);
>     }
> +  input[type="checkbox"]{ margin: 6px 0px 5px 0px; }
>
>     input.long{
>       width: 400px;

ACK



More information about the aeolus-devel mailing list