Wicket Modals and Bootstrap Modals - sizing issues

2014-02-17 Thread Chris Colman
We are using Wicket with Bootstrap which is fine except for modal window. With Wicket it appears as though the modal window provides all the markup for the out modal 'window'. We can provide HTML for the panels within that but the outer modal seems to be Wicket generated. This seems to be causing

Re: Wicket Modals and Bootstrap Modals - sizing issues

2014-02-17 Thread Martin Grigorov
Hi, I think you will need to tweak some CSS rules. Wicket's ModalWindow main CSS class is 'wicket-modal'. So you have to provide CSS rule that sets the width for any .form-control in .wicket-modal. You can either use LESS/SASS to generate different rules for the different screens or with CSS media

RE: Wicket Modals and Bootstrap Modals - sizing issues

2014-02-18 Thread Chris Colman
February 2014 6:32 PM >To: users@wicket.apache.org >Subject: Re: Wicket Modals and Bootstrap Modals - sizing issues > >Hi, > >I think you will need to tweak some CSS rules. >Wicket's ModalWindow main CSS class is 'wicket-modal'. So you have to >provide CSS

Re: Wicket Modals and Bootstrap Modals - sizing issues

2014-02-18 Thread Martin Grigorov
ards, > Chris > > >-Original Message- > >From: Martin Grigorov [mailto:mgrigo...@apache.org] > >Sent: Tuesday, 18 February 2014 6:32 PM > >To: users@wicket.apache.org > >Subject: Re: Wicket Modals and Bootstrap Modals - sizing issues > > > >Hi, > &g