[bootstrap]text in the upgrade screen is out of alignment
-
-
also … I think it would be better confirm the button on the right, however this is question of taste. 8)
-
also … I think it would be better confirm the button on the right, however this is question of taste. 8)
Yeah, the placement is rather fugly. Could as well do a compromise and make it centered "between" the two text columns, however that'd be probably troublesome to code. :D
-
Oh for the days of 80x24 VT terminals. You only had to worry about what happened if the user had a fancy terminal and switched to 132x24.
-
The aligment of the test with the label has been a long standing issue with Form_StaticText() method. Needs some CSS love.
-
Looks to me like that page isn't using the methods. I just manually put a form-group around it this time:
https://github.com/pfsense/pfsense/commit/2f25eccfeddb91a1840d95435a71fe91d937be50
-
Cool - thanks. Form_StaticText still needs that love though :)
-
Is there a good example I can look at where Form_StaticText is used and needs to be styled?