Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
c6074f93
Commit
c6074f93
authored
Mar 16, 2017
by
Maxim Kadushkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE] fix bug 34356
parent
b01e8e59
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
21 deletions
+14
-21
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
+4
-8
apps/spreadsheeteditor/mobile/resources/css/app-material.css
apps/spreadsheeteditor/mobile/resources/css/app-material.css
+4
-8
apps/spreadsheeteditor/mobile/resources/less/celleditor.less
apps/spreadsheeteditor/mobile/resources/less/celleditor.less
+6
-5
No files found.
apps/spreadsheeteditor/mobile/resources/css/app-ios.css
View file @
c6074f93
This diff is collapsed.
Click to expand it.
apps/spreadsheeteditor/mobile/resources/css/app-material.css
View file @
c6074f93
This diff is collapsed.
Click to expand it.
apps/spreadsheeteditor/mobile/resources/less/celleditor.less
View file @
c6074f93
...
...
@@ -47,7 +47,6 @@
.group-name {
display: inline-flex;
float: left;
background-color: @gray-light;
}
...
...
@@ -69,14 +68,10 @@
#ce-function {
height: @cellEditorHeight;
line-height: @cellEditorHeight;
display: flex;
align-items: center;
padding: 0 10px;
float: right;
}
.group-expand {
float: right;
}
.group-content {
...
...
@@ -132,3 +127,9 @@
border-radius: 0;
}
}
.phone {
#cell-editing-box #ce-cell-name {
width: 70px;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment