mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Fix mail x-scroll does not work in mobile template
This commit is contained in:
parent
c8db0b426d
commit
a1c73e5c75
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 * {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user