From cbf44bf17502b179bd1835215b1750ca9049dd20 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 24 Apr 2013 12:10:04 +0200 Subject: [PATCH] Change to be compatible with jmobile --- htdocs/theme/amarok/style.css.php | 2 +- htdocs/theme/auguria/style.css.php | 11 +++++++++ htdocs/theme/bureau2crea/style.css.php | 33 +++++++++++++++++++++++++- htdocs/theme/cameleo/style.css.php | 11 +++++++++ 4 files changed, 55 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php index 8f190c664e0..cf243f769e3 100755 --- a/htdocs/theme/amarok/style.css.php +++ b/htdocs/theme/amarok/style.css.php @@ -2047,7 +2047,6 @@ div.ui-controlgroup-controls div.tabsElem a box-shadow: 0 -3px 6px rgba(0,0,0,.2); border: none; } -div.ui-controlgroup-horizontal a.tab span.ui-btn-inner, a.tab span.ui-btn-inner span.ui-btn-text { @@ -2072,6 +2071,7 @@ div.tabsElem a.ui-btn-corner-all { border-bottom-right-radius: 0px; } + close(); ?> diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 38129cbb0f8..bf9b9c7aeee 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -2202,6 +2202,17 @@ div.ecmjqft { box-shadow: 0px 0px 10px #AAA; } + +/* ============================================================================== */ +/* JMobile */ +/* ============================================================================== */ + +.ui-body-c { + border: none; + text-shadow: none; +} + + close(); ?> diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 0becc3f0234..5bf68effb41 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -1107,7 +1107,6 @@ div.tabs a.tab { color: #FFFFFF; text-decoration: none; position: relative; - float: left; padding: 0px 10px 0px 10px; } @@ -2421,6 +2420,38 @@ div.ecmjqft { } +/* ============================================================================== */ +/* JMobile */ +/* ============================================================================== */ + +.ui-btn-inner { + padding-left: 10px; + padding-right: 10px; + white-space: normal; +} + +div.ui-controlgroup-controls div.tabsElem, div.ui-controlgroup-controls div.tabsElem a.tab +{ + height: 22px; +} + +a.tab span.ui-btn-inner +{ + border: none; + padding: 0; +} +div.tabs a.tab#active span.ui-btn-inner, div.tabs a.tab#active span.ui-btn-text, div.tabs a.tab span.ui-btn-inner, div.tabs a.tab span.ui-btn-text { + background-image: none; + color: #D45416; + height: 22px +} + +.ui-body-c { + border: none; + text-shadow: none; +} + + close(); ?> diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index fad419cf922..a1e3e7a44c9 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -2247,6 +2247,17 @@ div.ecmjqft { } + +/* ============================================================================== */ +/* JMobile */ +/* ============================================================================== */ + +.ui-body-c { + border: none; + text-shadow: none; +} + + close(); ?>