In tinkering with rapid-ui.css, I understand how to tailor layout for
all text fields, but how and where should I be trying to control (for
example) the width of a specific text field?
I can see that Hobo is rendering an input as follows:
<input type="text" name="document[MTG_amount]"
id="document_MTG_amount" class="MTG-amount-tag dollars document-MTG-
amount" gtbfieldid="1364">
To overide the CSS styling for this tag, I tried putting the following
(and other variations) in application.css, but they had no effect:
input.MTG-amount-tag {
width: 20%;
}
Am I addressing the tag correctly in the stylesheet, or am I way off
the mark?
Thanks,
Tim
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.