From a1c73e5c75a9be65f6bb92f509504e1f2c02e767 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 23 May 2016 15:29:26 +0200 Subject: [PATCH] Fix mail x-scroll does not work in mobile template --- pixelegg/mobile/app_colors.css | 4 ++-- pixelegg/mobile/app_colors.less | 4 ++-- pixelegg/mobile/fw_mobile.css | 6 +++--- pixelegg/mobile/fw_mobile.less | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pixelegg/mobile/app_colors.css b/pixelegg/mobile/app_colors.css index a8f74ab372..4df7858faa 100644 --- a/pixelegg/mobile/app_colors.css +++ b/pixelegg/mobile/app_colors.css @@ -2,8 +2,8 @@ * * Mobile FW - Applications colors * - * Please do NOT change app.css directly, instead change app.less and compile it! - * Pixleegg Template app.css + * Please do NOT change *.css directly, instead change *.less and compile it! + * * @link http://www.egroupware.org * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @author Hadi Nategh diff --git a/pixelegg/mobile/app_colors.less b/pixelegg/mobile/app_colors.less index 6c14b7f643..39d9556472 100644 --- a/pixelegg/mobile/app_colors.less +++ b/pixelegg/mobile/app_colors.less @@ -2,8 +2,8 @@ * * Mobile FW - Applications colors * - * Please do NOT change app.css directly, instead change app.less and compile it! - * Pixleegg Template app.css + * Please do NOT change *.css directly, instead change *.less and compile it! + * * @link http://www.egroupware.org * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @author Hadi Nategh diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 92f60d3612..418cb83aca 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -6735,8 +6735,8 @@ span.egw_tutorial_title { * * Mobile FW - Applications colors * - * Please do NOT change app.css directly, instead change app.less and compile it! - * Pixleegg Template app.css + * Please do NOT change *.css directly, instead change *.less and compile it! + * * @link http://www.egroupware.org * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @author Hadi Nategh @@ -7738,7 +7738,7 @@ form[id^="tracker-"] .dialogHeadbar { padding-top: 60px !important; padding-left: 8px; padding-right: 8px; - overflow-x: hidden; + overflow-x: auto; /* Exceptional cases to not get the general left padding*/ } body .popupMainDiv * { diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index d447a519e8..7ff0512ef7 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -894,7 +894,7 @@ padding-top: 60px !important; padding-left:8px; padding-right:8px; - overflow-x:hidden; + overflow-x:auto; * { .mob-fontsize-n; font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;