[Rt-commit] rt branch, 4.2/ipv6-width, created. rt-4.2.10-238-g0d74a7e

Yevgeniy Gorodetskiy yevgeniy at bestpractical.com
Thu Apr 16 16:16:33 EDT 2015


The branch, 4.2/ipv6-width has been created
        at  0d74a7e2dfba270d3eee3ad08dc5bfb3dbc59b48 (commit)

- Log -----------------------------------------------------------------
commit 0d74a7e2dfba270d3eee3ad08dc5bfb3dbc59b48
Author: Yevgeniy Gorodetskiy <yevgeniy at 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;   
+}
+
+

-----------------------------------------------------------------------


More information about the rt-commit mailing list