Re: [Dhis2-users] Resizing Text Box on Customized Data Entry Form

2017-05-01 Thread Laura E. Lincks
​Thanks, Em. I definitely did not have to use CSS in previous versions of DHIS in order to resize a cell, which adds to my confusion and frustration. I'll try your suggestions.​ *Laura E. Lincks* Database Manager/Developer ICAP - Columbia University Mailman School of Public Health 60 Haven Ave,

Re: [Dhis2-users] Resizing Text Box on Customized Data Entry Form

2017-05-01 Thread Em Le Hong
Hi Laura, You have to use css to resize the input fields in custom form. Put below css to your form: input { width: 10em !important; } For simple text editor, I recommend you can use Adobe Dreamweaver. On Tue, May 2, 2017 at 9:58 AM, Laura E. Lincks < laura.lin...@icap.columbia.edu>

[Dhis2-users] Resizing Text Box on Customized Data Entry Form

2017-05-01 Thread Laura E. Lincks
Version: ​ ​ 2.25 Build revision: ​ ​ b6a6568 I've been having a recurring problem when designing simple table for a customized form. In order to minimize the column width in a simple table, in design mode, I changed the Text Field Properties' Character Width in every cell in the grid's column.