IMA-WorldHealth / bhima-1.X

A hospital information system for developing countries.
GNU General Public License v2.0
10 stars 14 forks source link

CHORE(cost center): structure/style improvments #878

Closed jniles closed 9 years ago

jniles commented 9 years ago

This commit fixes lots of HTML + CSS in all cost center modules. Some notable changes:

  1. Use "clearfix" to handle content overflows instead of fixed heights in pixels.
  2. Force tables to adopt a fixed height and scroll-y on overflow
  3. Use proper bootstrap styles for form groups, labels, and static content
  4. Use class="extend" to remove white footer
  5. Translations implemented for cost_allocations
  6. Use ng-options instead of ng-repeat for speed improvements and allow a default SELECT option
  7. Loading indicators moved into table and "no data" messages do not show until data finished loading (#726).
  8. Currencies are rendered with enterprise currency id
  9. Currencies are right-aligned
  10. Removed unused CSS files

Screenshots screenshot from 2015-10-28 16 30 41

screenshot from 2015-10-28 16 30 53 screenshot from 2015-10-28 16 30 59 screenshot from 2015-10-28 16 31 03 screenshot from 2015-10-28 16 31 10