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
09f93da1
Commit
09f93da1
authored
Dec 23, 2016
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PE mobile] Fixed layout on phone.
parent
84aab33f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
13 deletions
+4
-13
apps/presentationeditor/mobile/app/template/Toolbar.template
apps/presentationeditor/mobile/app/template/Toolbar.template
+3
-3
apps/presentationeditor/mobile/resources/css/app-ios.css
apps/presentationeditor/mobile/resources/css/app-ios.css
+1
-5
apps/presentationeditor/mobile/resources/less/ios/_search.less
...presentationeditor/mobile/resources/less/ios/_search.less
+0
-5
No files found.
apps/presentationeditor/mobile/app/template/Toolbar.template
View file @
09f93da1
...
...
@@ -20,9 +20,6 @@
<div class="center" id="toolbar-title"></div>
<% } %>
<div class="right">
<a href="#" id="toolbar-preview" class="link icon-only">
<i class="icon icon-edit"></i>
</a>
<% if (android) { %>
<a href="#" id="toolbar-undo" class="link icon-only disabled" style="display: none;">
<i class="icon icon-undo"></i>
...
...
@@ -31,6 +28,9 @@
<i class="icon icon-redo"></i>
</a>
<% } %>
<a href="#" id="toolbar-preview" class="link icon-only">
<i class="icon icon-edit"></i>
</a>
<a href="#" id="toolbar-edit" class="link icon-only" style="display: none;">
<i class="icon icon-edit"></i>
</a>
...
...
apps/presentationeditor/mobile/resources/css/app-ios.css
View file @
09f93da1
This diff is collapsed.
Click to expand it.
apps/presentationeditor/mobile/resources/less/ios/_search.less
View file @
09f93da1
...
...
@@ -27,11 +27,6 @@
flex-direction: column;
}
.left {
min-width: 22px;
max-width: 22px;
}
.center {
width: 100%;
...
...
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