diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php index 37b2f918094..97ed49f5f36 100644 --- a/htdocs/compta/bank/account.php +++ b/htdocs/compta/bank/account.php @@ -295,25 +295,25 @@ if ($id > 0 || ! empty($ref)) $param.='&account='.$object->id; // Define transaction list navigation string - $navig = '
'; + $navig = '
'; //print 'nbpage='.$totalPages.' viewline='.$viewline.' limitsql='.$limitsql; if ($limitsql > $viewline) $navig.=''.img_previous().''; - $navig.= $langs->trans("Page")." "; // ' Page '; - $navig.=''; + $navig.= ' "; // ' Page '; + $navig.=''; $navig.=''; $navig.=''; $navig.=''; $navig.=''; $navig.=''; $navig.=''; - $navig.=''; - $navig.=''; + $navig.=''; + $navig.=''; $navig.='/'.$totalPages.' '; if ($total_lines > $limitsql ) { $navig.= ''.img_next().''; } - $navig.=''; + $navig.='
'; //var_dump($navig); // Confirmation delete diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php index e9e457058f9..3123f14f824 100755 --- a/htdocs/theme/amarok/style.css.php +++ b/htdocs/theme/amarok/style.css.php @@ -2166,6 +2166,12 @@ ul.ulmenu { -webkit-border-radius: 0; } +.ui-field-contain label.ui-input-text { + vertical-align: middle !important; +} +.ui-mobile fieldset { + border-bottom: none !important; +} close(); diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index b01b286002f..95cbf486fb1 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -2300,6 +2300,13 @@ ul.ulmenu { -webkit-border-radius: 0; } +.ui-field-contain label.ui-input-text { + vertical-align: middle !important; +} +.ui-mobile fieldset { + border-bottom: none !important; +} + close(); ?> diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index e2121181541..91ae50f008f 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -2398,6 +2398,12 @@ ul.ulmenu { -webkit-border-radius: 0; } +.ui-field-contain label.ui-input-text { + vertical-align: middle !important; +} +.ui-mobile fieldset { + border-bottom: none !important; +} close(); diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 2a545f98e78..11aa43d1e57 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2720,6 +2720,12 @@ ul.ulmenu { -webkit-border-radius: 0; } +.ui-field-contain label.ui-input-text { + vertical-align: middle !important; +} +.ui-mobile fieldset { + border-bottom: none !important; +} close();