Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nextcloud mail - PostGuard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laura Kolijn
Nextcloud mail - PostGuard
Commits
48b9a35b
Unverified
Commit
48b9a35b
authored
8 years ago
by
Steffen Lindner
Browse files
Options
Downloads
Patches
Plain Diff
Add styling
parent
159df474
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
css/mail.css
+8
-12
8 additions, 12 deletions
css/mail.css
js/templates/keyboard-shortcuts.html
+12
-12
12 additions, 12 deletions
js/templates/keyboard-shortcuts.html
js/templates/settings.html
+5
-2
5 additions, 2 deletions
js/templates/settings.html
with
25 additions
and
26 deletions
css/mail.css
+
8
−
12
View file @
48b9a35b
...
...
@@ -875,12 +875,7 @@ input.submit-message,
}
#app-shortcuts
{
}
#app-shortcuts
table
{
border-collapse
:
collapse
;
width
:
100%
;
white-space
:
normal
;
margin
:
10px
;
}
#app-shortcuts
div
{
...
...
@@ -888,16 +883,17 @@ input.submit-message,
padding-right
:
15px
;
}
#app-shortcuts
div
:first-child
{
text-align
:
right
;
font-weight
:
bold
;
width
:
140px
;
-moz-box-sizing
:
content-box
;
box-sizing
:
content-bo
x
;
#app-shortcuts
.shortcut-row
{
margin-left
:
20px
;
}
#app-shortcuts
.shortcut-row
.desc
{
margin-right
:
10p
x
;
}
#app-shortcuts
div
.one-colspan
{
text-align
:
left
;
font-weight
:
bold
;
}
kbd
{
...
...
This diff is collapsed.
Click to expand it.
js/templates/keyboard-shortcuts.html
+
12
−
12
View file @
48b9a35b
...
...
@@ -7,34 +7,34 @@
<div>
<div
class=
"one-colspan"
colspan=
"2"
>
Compose
</div>
</div>
<div>
<span>
{{ t 'Send' }}
</span>
<div
class=
"shortcut-row"
>
<span
class=
"desc"
>
{{ t 'Send' }}
</span>
<span><kbd>
Ctrl
</kbd>
+
<kbd>
Enter
</kbd></span>
</div>
<div>
<div
class=
"one-colspan"
colspan=
"2"
>
Actions
</div>
</div>
<div>
<span>
{{t 'Refresh'}}
</span>
<div
class=
"shortcut-row"
>
<span
class=
"desc"
>
{{t 'Refresh'}}
</span>
<span><kbd>
R
</kbd></span>
</div>
<div>
<span>
{{ t 'Toggle star' }}
</span>
<div
class=
"shortcut-row"
>
<span
class=
"desc"
>
{{ t 'Toggle star' }}
</span>
<span><kbd>
S
</kbd></span>
</div>
<div>
<span>
{{ t 'Delete' }}
</span>
<div
class=
"shortcut-row"
>
<span
class=
"desc"
>
{{ t 'Delete' }}
</span>
<span><kbd>
Del
</kbd></span>
</div>
<div>
<span>
{{ t 'Toggle unread' }}
</span>
<div
class=
"shortcut-row"
>
<span
class=
"desc"
>
{{ t 'Toggle unread' }}
</span>
<span><kbd>
U
</kbd></span>
</div>
<div>
<div
class=
"one-colspan"
colspan=
"2"
>
Navigation
</div>
</div>
<div>
<span>
{{t 'Older message'}}
</span>
<div
class=
"shortcut-row"
>
<span
class=
"desc"
>
{{t 'Older message'}}
</span>
<span><kbd>
J
</kbd>
or
<kbd>
→
</kbd></span>
</div>
...
...
This diff is collapsed.
Click to expand it.
js/templates/settings.html
+
5
−
2
View file @
48b9a35b
<div
id=
"mailsettings"
>
<ul
id=
"settings-accounts"
class=
"mailaccount-list"
>
</ul>
<a
id=
"new-mail-account"
class=
"button new-button"
href=
"{{addAccountUrl}}"
>
{{ t 'Add mail account' }}
</a>
<p><a
id=
"keyboard-shortcuts"
href=
"{{keyboardShortcutUrl}}"
>
{{ t 'Keyboard shortcuts' }}
</a></p>
<p
class=
"app-settings-hint"
>
<a
id=
"keyboard-shortcuts"
href=
"{{keyboardShortcutUrl}}"
>
{{ t 'Keyboard shortcuts' }}
</a></p>
<p
class=
"app-settings-hint"
>
{{{ t 'Looking to encrypt your emails? Install the
<a
href=
"https://www.mailvelope.com/"
target=
"_blank"
>
Mailvelope browser extension
</a>
!' }}}
</p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment