diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php index 7dd45121a00..0428b87081c 100755 --- a/htdocs/theme/amarok/style.css.php +++ b/htdocs/theme/amarok/style.css.php @@ -2160,6 +2160,10 @@ div.ui-radio margin: 4px; position: static; } +div.ui-checkbox label+input, div.ui-radio label+input { + position: absolute; +} + .ui-mobile fieldset { padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important; diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 3f6237ee36d..fd859c014dd 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -2293,6 +2293,10 @@ div.ui-radio margin: 4px; position: static; } +div.ui-checkbox label+input, div.ui-radio label+input { + position: absolute; +} + .ui-mobile fieldset { padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important; diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 134083c7dd2..abd072e9292 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -2503,6 +2503,10 @@ div.ui-radio margin: 4px; position: static; } +div.ui-checkbox label+input, div.ui-radio label+input { + position: absolute; +} + .ui-mobile fieldset { padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important; diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index d71151f28bf..fe214708ee3 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -2394,6 +2394,10 @@ div.ui-radio margin: 4px; position: static; } +div.ui-checkbox label+input, div.ui-radio label+input { + position: absolute; +} + .ui-mobile fieldset { padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 82e7d22fe2e..7352c2bf407 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2718,6 +2718,9 @@ div.ui-radio, div.ui-checkbox margin: 4px; position: static; } +div.ui-checkbox label+input, div.ui-radio label+input { + position: absolute; +} .ui-mobile fieldset { padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important;