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 e1aa84de0cb..b94a7f6120d 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -2344,6 +2344,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 1c3ca899365..71f4a87f037 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -2558,6 +2558,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 4225e7f822e..e4e17e13c36 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -2390,6 +2390,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 fdf48f71774..926798586ea 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;