[Rt-commit] rt branch, 4.0/custom-field-styles-for-mobile, created. rt-4.0.8-160-g7c58221
Jim Brandt
jbrandt at bestpractical.com
Wed Nov 14 11:20:17 EST 2012
The branch, 4.0/custom-field-styles-for-mobile has been created
at 7c5822116d395c571fca8b6f59c4c82e10e6cc5e (commit)
- Log -----------------------------------------------------------------
commit 7c5822116d395c571fca8b6f59c4c82e10e6cc5e
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed Nov 14 11:16:22 2012 -0500
Add cflabel to mobile style sheet
Add cflabel to mobile label styles so custom fields on the mobile
reply page look the same as core labels. Although cfs aren't
normally updated on mobile, this was needed for
RT::Extension::MandatoryOnTransition and will likely be needed for
any other changes that need to display an editable cf on a mobile page.
diff --git a/share/html/m/_elements/raw_style b/share/html/m/_elements/raw_style
index 02c95b5..e19e2a6 100644
--- a/share/html/m/_elements/raw_style
+++ b/share/html/m/_elements/raw_style
@@ -153,7 +153,7 @@ hr.clear {
}
-.label, .labeltop {
+.label, .labeltop, .cflabel {
font-weight: normal;
}
.value {
@@ -449,7 +449,7 @@ div.txn-content {
}
-.label {
+.label, .cflabel {
text-align: left;
width: 10em;
color: #666;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list