"Next" button jumps out of place
Posted: 2018-07-18 10:57
A place where AppGini users can exchange ideas and help each other.
https://forums.appgini.com:443/phpbb/
https://forums.appgini.com:443/phpbb/viewtopic.php?f=11&t=2750
Code: Select all
diff -Naur www.ORG/datalist.php www/datalist.php
--- www.ORG/datalist.php 2018-08-07 13:32:46.626237867 +0100
+++ www/datalist.php 2018-08-07 13:33:08.429048093 +0100
@@ -1155,7 +1172,7 @@
$this->HTML .= $pagesMenu;
$this->HTML .= '</div>';
- $this->HTML .= '<div class="col-xs-4 col-md-3 col-lg-2 col-md-offset-1 col-lg-offset-3 text-right vspacer-lg">';
+ $this->HTML .= '<div class="col-xs-4 col-md-3 col-lg-2 text-right vspacer-lg pull-right">';
$this->HTML .= '<button onClick="'.$resetSelection.' document.myform.NoDV.value=1; return true;" type="submit" name="Next_x" id="Next" value="1" class="btn btn-def$
$this->HTML .= '</div>';
$this->HTML .= '</div>';