Fix mail x-scroll does not work in mobile template

This commit is contained in:
Hadi Nategh 2016-05-23 15:29:26 +02:00
parent c8db0b426d
commit a1c73e5c75
4 changed files with 8 additions and 8 deletions

View File

@ -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 <hn@stylite.de>

View File

@ -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 <hn@stylite.de>

View File

@ -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 <hn@stylite.de>
@ -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 * {

View File

@ -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;