Merge branch 'feature/new-mobile' of https://github.com/ONLYOFFICE/web-apps into feature/new-mobile

# Conflicts:
#	apps/spreadsheeteditor/mobile/resources/css/app-ios.css
#	apps/spreadsheeteditor/mobile/resources/css/app-material.css
This commit is contained in:
Alexander Yuzhin 2017-01-18 17:43:55 +03:00
commit bf03cc98de
7 changed files with 11 additions and 7 deletions

View file

@ -167,7 +167,7 @@ define([
items = me._initMenu(me.api.asc_getCellInfo());
me.view.showMenu(items, posX + 200, posY + 100);
me.view.showMenu(items, posX, posY);
},
onApiHidePopMenu: function() {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,6 @@
@appStatusbarHeight: 30px;
@baseZIndex: 10;
.navbar-hidden + .navbar-through {
> .page.editor {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -6,6 +6,7 @@
position: relative;
box-sizing: border-box;
background-color: @gray-light;
z-index: @baseZIndex + 1;
* {
box-sizing: border-box;