rt 4.2.13 ticket#13852
[freeside.git] / rt / share / static / css / rudder / ticket.css
index c1a8ddc..2b0233b 100644 (file)
 .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