Re: [Dhis2-devs] [Dhis2-users] How to reduce table columns

2017-12-07 Thread Sadik Ngoa
Great! On Thu, Dec 7, 2017 at 11:21 AM, Stanley Kalyati wrote: > Woww this has worked.Thank you! > > On Thu, Dec 7, 2017 at 1:08 PM, Sadik Ngoa wrote: > >> Hi Stanley, >> >> Trying adding this Script at the top of your custom form: >> >> input { >> width: 3em !important; >> } >> >> >>

Re: [Dhis2-devs] [Dhis2-users] How to reduce table columns

2017-12-07 Thread Stanley Kalyati
Woww this has worked.Thank you! On Thu, Dec 7, 2017 at 1:08 PM, Sadik Ngoa wrote: > Hi Stanley, > > Trying adding this Script at the top of your custom form: > > input { > width: 3em !important; > } > > > You can change the width size to suite/fit your specs. > > Hope this helps > > Tha

Re: [Dhis2-devs] [Dhis2-users] How to reduce table columns

2017-12-07 Thread Sadik Ngoa
Hi Stanley, Trying adding this Script at the top of your custom form: input { width: 3em !important; } You can change the width size to suite/fit your specs. Hope this helps Thanks Sadik On Thu, Dec 7, 2017 at 10:42 AM, Stanley Kalyati wrote: > Hi All, > > I have gone through the re

Re: [Dhis2-devs] [Dhis2-users] How to reduce table columns

2017-12-07 Thread Stanley Kalyati
Hi All, I have gone through the responses and am not getting an answer still. Is there anyone who has been successful in this area and would want to share the process step by step? Thanks On Mon, Jan 9, 2017 at 4:29 PM, Paul Baloyi wrote: > I am new to DHIS2 andI have a data entry form which

Re: [Dhis2-devs] [Dhis2-users] How to reduce table columns

2017-01-10 Thread Paul Baloyi
Dear Prosper, I have checked the style on the source code and is, style="width:3em///" on each text box. Is it proper CSS to have tripple slashes '///' or double slashes '//'. regards, Paul From: Prosper BT Sent: Monday, January 9, 2017 4:49 PM To: Paul B

Re: [Dhis2-devs] [Dhis2-users] How to reduce table columns

2017-01-09 Thread Marta Vila
Hi Paul, in line with Victor's email. If you want to explore that option, you can download the custom JS/CSS webapp from the dhis2 App Store to easily access and edit the files. *"Custom JS/CSS is an app that lets you create and maintain custom Javascript and CSS content for your DHIS 2 instance.

Re: [Dhis2-devs] [Dhis2-users] How to reduce table columns

2017-01-09 Thread David Muturi
Hi Paul, You can use custom forms, reduce the width of the text boxes as well as use tabs to split the data entry form. rgds David 2017-01-09 17:29 GMT+03:00 Paul Baloyi : > I am new to DHIS2 andI have a data entry form which does not fit onto the > screen below; > > > I want to reduce the size o

Re: [Dhis2-devs] [Dhis2-users] How to reduce table columns

2017-01-09 Thread Victor Garcia
Hi Paul, If you prefer to avoid creating and maintaining custom forms, maybe you can use the custom JS/CSS files to apply the styling commented here. It will be more difficult, but I think it is possible. Regards, VĂ­ctor On 9 January 2017 at 15:49, Prosper BT wrote: > Hi Paul, > > You can add

Re: [Dhis2-devs] [Dhis2-users] How to reduce table columns

2017-01-09 Thread Prosper BT
Hi Paul, You can add input text box sytle since the headings are short it will adjust the columns style="width: 3em;" Regards Prosper Behumbiize, MPH DHIS2 Implementation| HISP Uganda +256 752 751 776 | +256 776 139 139 pros...@hispuganda.org | pros...@dhis2.org | Skype: prospertb On Mon, Jan

Re: [Dhis2-devs] [Dhis2-users] How to reduce table columns

2017-01-09 Thread Jason Pickering
Hi Paul, You can just use an inline CSS for your form. Just be sure each of your cells has a custom class, and that your CSS is part of the HTML form. After that, you can style the elements as you like. Regards, Jason On Mon, Jan 9, 2017 at 3:29 PM, Paul Baloyi wrote: > I am new to DHIS2 and

Re: [Dhis2-devs] [Dhis2-users] How to reduce table columns

2017-01-09 Thread Knut Staring
I think allowing for a setting (per form) for how wide one wants the input boxes would be a great JIRA improvement issue. As it is, you will have to make a custom form and fiddle with the CSS. Knut On Mon, Jan 9, 2017 at 3:29 PM, Paul Baloyi wrote: > I am new to DHIS2 andI have a data entry for