X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fstatic%2Fcss%2Frudder%2Fticket.css;h=2b0233b0f5f831efb663de909181e3129ece487a;hp=c1a8ddc76eee40132f94d3d0c0a95e7f8c4063e1;hb=7322f2afedcc2f427e997d1535a503613a83f088;hpb=ae14e320388fa5e7f400bff1c251ef885b7952e6 diff --git a/rt/share/static/css/rudder/ticket.css b/rt/share/static/css/rudder/ticket.css index c1a8ddc76..2b0233b0f 100644 --- a/rt/share/static/css/rudder/ticket.css +++ b/rt/share/static/css/rudder/ticket.css @@ -64,3 +64,13 @@ .summary>div>.titlebox>.titlebox-content { background: none } + +tr.edit-custom-field.cftype-IPAddress input, +tr.edit-custom-field.cftype-IPAddressRange input { + width: 24em; +} + +tr.edit-custom-field.cftype-IPAddress textarea, +tr.edit-custom-field.cftype-IPAddressRange textarea { + width: 24em; +} \ No newline at end of file