0
The boxes do not display the full figures. e.g. £1000.00 displays £1000. and part of the first decimal digit. and £100,000.00 displays as £100,00 (the tens digit and both decimal digits are not displayed. For us the full window width should be available and used.
Is this configurable in some way?
Is this configurable in some way?
Responses (3)
-
Accepted Answer
-
Accepted Answer
0It is not the font size that is the issue. The number is constrained to the right hand half of the box. If the whole box was available there would not be a problem. It seems to be related to the animation when the box is in/out focus. Not in focus right hand side light - left hand side dark. In focus dark area expands to right. Perhaps the usable right hand side area should expand according to the length of number to be displayed.
BTW its the PM conversation (Envelope in the header bar below the 'or Ask a Question' button) that does not display our PM thread. -
Accepted Answer
0in this case you need to change some CSS classes to allow this to take the full width of the box.
the file you're looking for is /administrator/components/com_invoices/views/items/tmpl/default_totals.php
the DIVs with class col-xs-6 col-md-12 col-lg-6 should be col-xs-12 instead.
and the ones with class col-xs-6 hidden-md col-lg-6 should be hidden instead.
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »