From 3662638064503ddaf1a4200e2a1d406d1bcb1413 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 23 Jun 2013 14:37:09 +0200 Subject: [PATCH] Fix: Css for fieldset --- htdocs/compta/bank/account.php | 12 ++++++------ htdocs/theme/amarok/style.css.php | 6 ++++++ htdocs/theme/auguria/style.css.php | 7 +++++++ htdocs/theme/cameleo/style.css.php | 6 ++++++ htdocs/theme/eldy/style.css.php | 6 ++++++ 5 files changed, 31 insertions(+), 6 deletions(-) diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php index 551893d4174..5c15947d186 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 9840c2cc186..5144137a8b9 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 ed4027e5550..28b4c4b4793 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -2351,6 +2351,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 74e62fc0489..51dba60756c 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -2394,6 +2394,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 46c7fe331eb..cd97902b1db 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();