Hostbill Cutting off pages? CSS Issues?

Started by Speedy059, June 25, 2013, 06:39:27 PM

Speedy059

I don't see this issue on other Hostbill installations I see around the forum, but for some reason our Hostbill isn't resizing the pages correctly. It is cutting off some of the pages on order forms, creating resources, etc. I attached a screen shot in hopes someone may know what we are doing wrong? (Tested in Firefox and Chrome, same issues). As you can see from the image, it's cutting off some of the forms.


tallship

That is kinda weird. I initially liked the sidepanel theme, but like the (slightly) newer modernpanel much better, and found it had less bugs for me to endure.

Have you tried switching to one of the other themes, checking that, and then perhaps switching back, to see if the problem follows you through those changes?
Bradley D. Thornton - Manager Network Services, NorthTech Computer   TEL: +1.310.388.9469 (US) | +44.203.318.2755 (UK) | +61.390.088.072 (AU) | +41.43.508.05.10 (CH)
Registered Linux User #190795 - "Ask Bill why the string in [MS-DOS] function 9 is terminated by a dollar sign. Ask him, because he can't answer. Only I know that." - Dr. Gary Kildall.

iso99

The theme is based on bootstrap and it has default sizes for its input fields. If you want to fix it, you can:
(1) add class="span3" the choices are span1..12 for the inputs
(2) i'm not sure how they coded the dropdown but I know they are using Smarty. if they used the custom function for html_options, you may  need to remove the name="dropdown" from the options and add a <select name="dropdown"> of your own so you can style it too, just like the option 1.