From d32b36ce296554f45aab9405864e5207c92ee1ec Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 19 Jun 2013 14:03:54 +0200 Subject: [PATCH] Fix: css with jmobile --- htdocs/theme/amarok/style.css.php | 8 ++++++++ htdocs/theme/auguria/style.css.php | 7 +++++++ htdocs/theme/bureau2crea/style.css.php | 9 ++++++++- htdocs/theme/cameleo/style.css.php | 8 ++++++++ htdocs/theme/eldy/style.css.php | 10 ++++++++++ 5 files changed, 41 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php index 534ba041485..6805aaa1104 100755 --- a/htdocs/theme/amarok/style.css.php +++ b/htdocs/theme/amarok/style.css.php @@ -246,6 +246,10 @@ input:disabled {background:#b6b6b6;} input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; } input[type=image] { background-color: transparent; border: none; box-shadow: none; } + +legend { margin-bottom: 8px; } + + textarea.flat { font-size:px; font-family:; @@ -2120,6 +2124,10 @@ div.ui-radio margin: 0; position: static; } +.ui-mobile fieldset +{ + padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important; +} close(); diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index cf14339d58a..236a09785d6 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -136,6 +136,9 @@ textarea:disabled { } input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; } input[type=image] { background-color: transparent; border: none; box-shadow: none; } + +legend { margin-bottom: 8px; } + .button { font-family: ; border: 1px solid #ACBCBB; @@ -2312,6 +2315,10 @@ div.ui-radio margin: 0; position: static; } +.ui-mobile fieldset +{ + padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important; +} +legend { margin-bottom: 8px; } + + .button { font-family: ; border: 0px; @@ -2497,6 +2500,10 @@ div.ui-radio margin: 0; position: static; } +.ui-mobile fieldset +{ + padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important; +} close(); diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index 3f822ec1a09..94fca1a93af 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -142,6 +142,10 @@ input.button[type=submit] { font-weight: bold; } + +legend { margin-bottom: 8px; } + + .button { font-family: ; background-image: url(); @@ -2354,6 +2358,10 @@ div.ui-radio margin: 0; position: static; } +.ui-mobile fieldset +{ + padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important; +} +legend { margin-bottom: 8px; } + + .button { font-family: ; background-image: url(); @@ -2676,6 +2681,11 @@ div.ui-radio margin: 0; position: static; } +.ui-mobile fieldset +{ + padding-bottom: 10px; margin-bottom: 4px; border-bottom: 1px solid #AAAAAA !important; +} + close();