← Back to team overview

dhis2-devs team mailing list archive

Re: Data entry input fields

 

Dear Murod,
You can try this css. it changes the height of textarea input fields. You
can base on that to reduce width your input fields. Hope it can helps you.

<style type="text/css">
.textarea  (the class of the textarea input field)
{
  resize:both !important;
  height:20px !important;
  width:20px !important;
}
.entryarea (edit the min-limit (height,width) of Dhis2)
{
   min-width: 0px !important;
   min-height: 0px !important;
}
</style>

regards,
Nghia

On Tue, Jan 5, 2016 at 4:41 AM, Murod Latifov <mlatifov@xxxxxxxxx> wrote:

> Dear all,
>
>
> Anybody can give quick hint on where I could reduce the width of input
> fields. I tried fron form/js and also java but no luck. DHIS2.21
>
> regards,
> murod
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to     : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
----------------------------------------
Name: Nguyễn Trần Nghĩa.
Tel: 0903721500

References