Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
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
nexedi
converse.js
Commits
0e0d282c
Commit
0e0d282c
authored
Oct 20, 2014
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Smaller margin around pagination
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
b1d258a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
weblate/html/translate.html
weblate/html/translate.html
+4
-4
weblate/media/style-bootstrap.css
weblate/media/style-bootstrap.css
+4
-1
No files found.
weblate/html/translate.html
View file @
0e0d282c
...
...
@@ -18,16 +18,16 @@
{% block content %}
{% if perms.trans.save_translation %}
<a
href=
"{% url 'zen' project=unit.translation.subproject.project.slug subproject=unit.translation.subproject.slug lang=unit.translation.language.code %}?sid={{ search_id }}"
title=
"{% trans "
Edit
in
Zen
mode
"
%}
(
experimental
)"
class=
"btn btn-default pull-right flip"
><span
class=
"glyphicon glyphicon-fullscreen"
></span>
{% trans "Zen" %}
</a>
{% endif %}
{% with unit.translation as object %}
{% include "show-lock.html" %}
{% endwith %}
{% with unit.get_comments as comments %}
{% if perms.trans.save_translation %}
<a
href=
"{% url 'zen' project=unit.translation.subproject.project.slug subproject=unit.translation.subproject.slug lang=unit.translation.language.code %}?sid={{ search_id }}"
title=
"{% trans "
Edit
in
Zen
mode
"
%}
(
experimental
)"
class=
"btn btn-default pull-right flip"
><span
class=
"glyphicon glyphicon-fullscreen"
></span>
{% trans "Zen" %}
</a>
{% endif %}
<ul
class=
"pagination"
>
<li><a
id=
"button-first"
href=
"{{ first_unit_url }}"
title=
"{% trans "
First
"
%}"
><span
class=
"glyphicon glyphicon-step-backward"
></span></a></li>
<li><a
id=
"button-prev"
href=
"{{ prev_unit_url }}"
title=
"{% trans "
Previous
"
%}"
><span
class=
"glyphicon glyphicon-backward"
></span></a></li>
...
...
weblate/media/style-bootstrap.css
View file @
0e0d282c
...
...
@@ -69,12 +69,15 @@ footer a {
list-style
:
none
;
padding
:
0
;
}
.pagination
{
margin
:
5px
0
;
}
.paginatoraddon
{
display
:
inline-block
;
margin
:
20px
0
;
padding-left
:
0px
;
vertical-align
:
top
;
margin
:
5px
0
;
}
.paginatoraddon
label
:after
{
content
:
":"
;
...
...
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