TL;DR I am still looking for a simplified column of radio buttons.
Thanks,
Craig
> On Dec 30, 2017, at 12:17 PM, Craig Russell wrote:
>
> I've pushed changes to the project/icla and have some issues I just cannot
> figure out:
>
> 1. The discuss/vote/invite tab should default to discuss but
Good catch!
- Sam Ruby
On Mon, Jan 1, 2018 at 2:31 PM, sebb wrote:
> On 1 January 2018 at 19:02, Sam Ruby wrote:
>
>>
>>
>> On Mon, Jan 1, 2018 at 12:38 PM, Craig Russell
>> wrote:
>>
>>>
>>> On Jan 1, 2018, at 9:34 AM, Craig Russell wrote:
>>>
>>> That gives me a tiny three row box. Width 18
On 1 January 2018 at 19:02, Sam Ruby wrote:
>
>
> On Mon, Jan 1, 2018 at 12:38 PM, Craig Russell
> wrote:
>
>>
>> On Jan 1, 2018, at 9:34 AM, Craig Russell wrote:
>>
>> That gives me a tiny three row box. Width 18 characters.
>>
>>
> TL;DR: try _textarea.form_control rows: 4
>
> Longer answer:
On Mon, Jan 1, 2018 at 2:17 PM, Craig Russell wrote:
> Getting there.
>
> So why is there a difference between the two boxes?
>
> _div.form_group do
> _label "Contributor's name:", for: 'iclaname'
> _input.form_control.iclaname! placeholder: 'GivenName FamilyName',
> requi
On Mon, Jan 1, 2018 at 12:38 PM, Craig Russell wrote:
>
> On Jan 1, 2018, at 9:34 AM, Craig Russell wrote:
>
> That gives me a tiny three row box. Width 18 characters.
>
>
TL;DR: try _textarea.form_control rows: 4
Longer answer: if you want to change how textarea looks on your page, you
would u
> On Jan 1, 2018, at 9:18 AM, Sam Ruby wrote:
>
> On Mon, Jan 1, 2018 at 11:42 AM, Craig Russell wrote:
>> Hi Shane,
>>
>>> On Dec 31, 2017, at 6:16 AM, Shane Curcuru wrote:
>>>
>>> Two suggestions, in case they help:
>>>
>>> - Review the Bootstrap documentation for forms, and google some o
On Mon, Jan 1, 2018 at 11:42 AM, Craig Russell wrote:
> Hi Shane,
>
>> On Dec 31, 2017, at 6:16 AM, Shane Curcuru wrote:
>>
>> Two suggestions, in case they help:
>>
>> - Review the Bootstrap documentation for forms, and google some other
>> Bootstrap form examples. It took me a while to figure
Hi Shane,
> On Dec 31, 2017, at 6:16 AM, Shane Curcuru wrote:
>
> Two suggestions, in case they help:
>
> - Review the Bootstrap documentation for forms, and google some other
> Bootstrap form examples. It took me a while to figure out how some of
> the Bootstrap CSS layout for controls works.