Last update: Fri, Sep 30, 2011 at 9:11 AM.
Working on the sign-in form, I want the text input sizes to be smaller than the standard 450px wide input. We had achieved this by patching the bootstrap setup everywere. So I was trying to have that patch just apply to prefs pages, but no matter what I tried, it was global. So I'm going to try another approach.
In prefs2.stringpref, there was already a style attribute on the input item that set padding, height and font-size. So I had it set the width to 500px and it worked. This really gets right down to what I want. Remember this approach Davey. Remember it.