[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.11-26-g9fc0c15
Shawn Moore
shawn at bestpractical.com
Fri Jun 5 13:27:02 EDT 2015
The branch, 4.2-trunk has been updated
via 9fc0c15804ac1553f5ec174be08820a0fb37f4ca (commit)
via fb4340644e235591f03efda5d7dff69c8321416e (commit)
from 96f83f964a5fc2f94609c1914c30a62e6051a2e1 (commit)
Summary of changes:
share/static/css/rudder/ticket.css | 10 ++++++++++
1 file changed, 10 insertions(+)
- Log -----------------------------------------------------------------
commit fb4340644e235591f03efda5d7dff69c8321416e
Author: Yevgeniy Gorodetskiy <yevgeniy at bestpractical.com>
Date: Thu Apr 23 15:49:10 2015 -0400
Widen IP custom fields to be wide enough for full IPv6 addresses
IP address custom fields get the default width for custom field
editing. While this is wide enough for IPv4 addresses, it is not
sufficiently wide enough for full IPv6 addresses, which are 45
characters long.
Use CSS to widen the text input for all IP custom field entries. The
size of 24em was chosen based on testing in Safari, Firefox, Chrome and
IE.
Fixes: I#24565
diff --git a/share/static/css/rudder/ticket.css b/share/static/css/rudder/ticket.css
index c1a8ddc..2b0233b 100644
--- a/share/static/css/rudder/ticket.css
+++ b/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
commit 9fc0c15804ac1553f5ec174be08820a0fb37f4ca
Merge: 96f83f9 fb43406
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Fri Jun 5 13:26:56 2015 -0400
Merge branch '4.2/ipv6-width' into 4.2-trunk
-----------------------------------------------------------------------
More information about the rt-commit
mailing list