Re: [Rt-commit] rt branch, 4.2/ipv6-width, created. rt-4.2.10-238-g0d74a7e
Jesse Vincent <[email protected]> Thu, 16 Apr 2015 13:56:49 -0700
| Newsgroups | gmane.comp.bug-tracking.request-tracker.devel |
|---|---|
| Message-ID | <[email protected]> |
> On Apr 16, 2015, at 1:16 PM, Yevgeniy Gorodetskiy <[email protected]> wrote: > > The branch, 4.2/ipv6-width has been created > at 0d74a7e2dfba270d3eee3ad08dc5bfb3dbc59b48 (commit) > > - Log ----------------------------------------------------------------- > commit 0d74a7e2dfba270d3eee3ad08dc5bfb3dbc59b48 > Author: Yevgeniy Gorodetskiy <[email protected]> > 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 > [email protected] > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit