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
7afedc8a
Commit
7afedc8a
authored
Feb 27, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify styling of small action buttons
parent
e1a05fe7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
13 deletions
+3
-13
weblate/html/list-checks.html
weblate/html/list-checks.html
+1
-1
weblate/html/translate.html
weblate/html/translate.html
+1
-1
weblate/media/css/style.css
weblate/media/css/style.css
+1
-11
No files found.
weblate/html/list-checks.html
View file @
7afedc8a
{% load url from future %}
{% load i18n %}
{% for check in checks %}
<span
class=
"check"
id=
"check-{{ check.id }}"
>
<span
class=
"check
action-buttons
"
id=
"check-{{ check.id }}"
>
{% if perms.trans.ignore_check %}
<a
href=
"{% url 'js-ignore-check' check_id=check.id %}"
class=
"ignorecheck"
title=
"{% blocktrans with check.get_check_display as check %}Ignore: {{ check }}{% endblocktrans %}"
></a>
{% endif %}
...
...
weblate/html/translate.html
View file @
7afedc8a
...
...
@@ -125,7 +125,7 @@
{% trans "Suggested by anonymous user" %}
{% endif %}
{% if perms.trans.accept_suggestion or perms.trans.delete_suggestion %}
<div
class=
"
suggestionacti
ons"
>
<div
class=
"
menu-float action-butt
ons"
>
{% if perms.trans.accept_suggestion %}
<a
href=
"{{ suggestion.get_translate_url }}?type={{ type }}&pos={{ unit.position }}&accept={{ suggestion.id }}{{ search_url }}"
class=
"sug-accept"
>
{% trans "Accept" %}
</a>
{% endif %}
...
...
weblate/media/css/style.css
View file @
7afedc8a
...
...
@@ -73,13 +73,7 @@ nav li {
width
:
4em
;
text-align
:
center
;
}
.suggestionactions
{
float
:
right
;
}
.dir-rtl
.suggestionactions
{
float
:
left
;
}
.suggestionactions
a
{
.action-buttons
a
{
width
:
20px
;
height
:
20px
;
}
...
...
@@ -98,10 +92,6 @@ nav li {
height
:
20px
;
vertical-align
:
bottom
;
}
.ignorecheck
{
width
:
20px
;
height
:
20px
;
}
.toolbar
a
,
.small-button
{
height
:
20px
;
font-size
:
10px
!important
;
...
...
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