Changeset 13990 for trunk


Ignore:
Timestamp:
05/30/12 18:14:49 (12 years ago)
Author:
tbretz
Message:
Right align input boxes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/smartfact/index.js

    r13958 r13990  
    596596                input.type = "text";
    597597                input.maxlength = 80;
     598                input.style.textAlign = "right";
    598599                if (opt.length>2)
    599600                    input.value=opt[2];
Note: See TracChangeset for help on using the changeset viewer.