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
34d2540d
Commit
34d2540d
authored
Nov 16, 2016
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE mobile] Fix search and replace.
parent
df055f1f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
1 deletion
+16
-1
apps/documenteditor/mobile/app/template/Settings.template
apps/documenteditor/mobile/app/template/Settings.template
+1
-1
apps/documenteditor/mobile/app/view/Settings.js
apps/documenteditor/mobile/app/view/Settings.js
+1
-0
apps/documenteditor/mobile/resources/css/app-material.css
apps/documenteditor/mobile/resources/css/app-material.css
+6
-0
apps/documenteditor/mobile/resources/less/material/_search.less
...ocumenteditor/mobile/resources/less/material/_search.less
+8
-0
No files found.
apps/documenteditor/mobile/app/template/Settings.template
View file @
34d2540d
...
...
@@ -18,7 +18,7 @@
<i class="icon icon-search"></i>
</div>
<div class="item-inner">
<div class="item-title">
Search
</div>
<div class="item-title">
Find
</div>
</div>
</div>
</a>
...
...
apps/documenteditor/mobile/app/view/Settings.js
View file @
34d2540d
...
...
@@ -102,6 +102,7 @@ define([
if
(
isEdit
)
{
$layour
.
find
(
'
#settings-edit-document
'
).
hide
();
$layour
.
find
(
'
#settings-readermode
'
).
hide
();
$layour
.
find
(
'
#settings-search .item-title
'
).
text
(
'
Find and Replace
'
)
}
else
{
$layour
.
find
(
'
#settings-readermode input:checkbox
'
)
.
attr
(
'
checked
'
,
Common
.
SharedSettings
.
get
(
'
readerMode
'
))
...
...
apps/documenteditor/mobile/resources/css/app-material.css
View file @
34d2540d
...
...
@@ -5842,6 +5842,9 @@ html.pixel-ratio-3 .color-palette a {
.tablet
.searchbar.document.replace
.right
.replace
{
display
:
flex
;
}
.tablet
.searchbar.document.replace
.link.replace
{
font-size
:
16px
;
}
.tablet
.searchbar.document
.center
{
width
:
100%
;
display
:
flex
;
...
...
@@ -5863,6 +5866,9 @@ html.pixel-ratio-3 .color-palette a {
.phone
.searchbar.document.replace
{
height
:
96px
;
}
.phone
.searchbar.document.replace
.link.replace
{
font-size
:
16px
;
}
.phone
.searchbar.document.replace
.left
{
margin-top
:
-48px
;
}
...
...
apps/documenteditor/mobile/resources/less/material/_search.less
View file @
34d2540d
...
...
@@ -14,6 +14,10 @@
display: flex;
}
}
.link.replace {
font-size: 16px;
}
}
// Search mode
...
...
@@ -52,6 +56,10 @@
.searchbar.document.replace {
height: @phoneSearchHeight * 2;
.link.replace {
font-size: 16px;
}
.left {
margin-top: -@phoneSearchHeight;
}
...
...
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