[01:42] fabricius joined #tikiwiki [02:13] fabricius joined #tikiwiki [03:08] fabricius joined #tikiwiki [03:14] fabricius joined #tikiwiki [03:25] fabricius joined #tikiwiki [04:01] fabricius joined #tikiwiki [07:42] gour joined #tikiwiki [07:52] gour_ joined #tikiwiki [09:35] robertokir joined #tikiwiki [10:05] jonnyb joined #tikiwiki [10:33] xavi joined #tikiwiki [10:34] xavi polom [10:34] xavi any bs4 css guru around? (such as luciash ? :-) ) [10:35] * xavi willing to fix once and for all the ugly display of the (currently named) "Upgrade Wizard" in 19.x [10:37] luciash polom! [10:37] luciash hola xavi [10:38] xavi hi luciash [10:38] xavi I need some guidance on what needs to be done to fix the display of the upgrade wizard in 19.x [10:39] luciash xavi: one hint for you might be that in bs4 the div class="row" is mandatory now to avoid wrapping of the col-m-X children [10:39] xavi example of page with wrong display: tiki-wizard_admin.php?&stepNr=12&url=index.php&use-upgrade-wizard=1 [10:40] xavi ok, thanks luciash , I'll have a quick look to the tpl, to see if I can get my head around that [10:40] luciash do you have a link or should I try on my own? [10:40] xavi link: tiki-wizard_admin.php?&stepNr=12&url=index.php&use-upgrade-wizard=1 [10:41] xavi you need admin perms, etc. [10:41] luciash I bet you just need to add a wrapper div class="row" around the col-md-X divs [10:41] xavi oups, we seem to lack also 19.x and trunk here: http://demo.tiki.org/ [10:42] luciash xavi: if that is not already there [10:45] luciash I have my own demo site, let me check that quicky quick [10:48] luciash ok, I guess the div class="media" is missing something [10:49] luciash making it div class="media row" already improves the following page content layout a lot [10:50] luciash but I do not understand in the first plae, why is that header with icon floated left in media class? [10:50] luciash s/plae/place/ [10:50] xavi mmm [10:53] xavi you can see it here for comparison: https://demo.tiki.org/18x/tiki-wizard_admin.php?&stepNr=11&url=index.php&use-upgrade-wizard=1 [10:53] xavi maybe you mean the two icons floated there, associated with each wizard [10:53] luciash yes [10:57] xavi someone added