Mailing List Archive

Re: [Rt-commit] rt branch, 4.2/ipv6-width, created. rt-4.2.10-238-g0d74a7e
> On Apr 16, 2015, at 1:16 PM, Yevgeniy Gorodetskiy <yevgeniy@bestpractical.com> wrote:
>
> The branch, 4.2/ipv6-width has been created
> at 0d74a7e2dfba270d3eee3ad08dc5bfb3dbc59b48 (commit)
>
> - Log -----------------------------------------------------------------
> commit 0d74a7e2dfba270d3eee3ad08dc5bfb3dbc59b48
> Author: Yevgeniy Gorodetskiy <yevgeniy@bestpractical.com>
> Date: Thu Apr 16 16:08:36 2015 -0400
>
> Fix for 24565 - IP field width change in the CSS
>
> diff --git a/share/static/css/rudder/ticket.css b/share/static/css/rudder/ticket.css
> index c1a8ddc..b70b89e 100644
> --- a/share/static/css/rudder/ticket.css
> +++ b/share/static/css/rudder/ticket.css
> @@ -64,3 +64,15 @@
> .summary>div>.titlebox>.titlebox-content {
> background: none
> }
> +
> +tr.edit-custom-field.cftype-IPAddress input,
> +tr.edit-custom-field.cftype-IPAddressRange input {
> + width: 300px;
> +}
> +
> +tr.edit-custom-field.cftype-IPAddress textarea,
> +tr.edit-custom-field.cftype-IPAddressRange textarea {
> + width: 310px;
> +}
> +
> +
>
> -----------------------------------------------------------------------
> _______________________________________________
> rt-commit mailing list
> rt-commit@lists.bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit