Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
torbutton
Commits
0a5af31a
Commit
0a5af31a
authored
Nov 23, 2016
by
Arthur Edelstein
Committed by
Georg Koppen
Nov 15, 2016
Browse files
Bug 20414.5: Fix nonrendering arrow
parent
56837130
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/chrome/content/aboutTor/donation_banner.js
View file @
0a5af31a
...
...
@@ -146,7 +146,7 @@ let runDonationBanner = function () {
gStringBundle
.
GetStringFromName
(
"
aboutTor.donationBanner.heart
"
);
sel
(
"
#banner-donate-button-text span
"
).
innerHTML
=
gStringBundle
.
GetStringFromName
(
"
aboutTor.donationBanner.donate
"
);
sel
(
"
#banner-donate-button-arrow
"
).
innerHTML
=
"

0230
;
"
;
sel
(
"
#banner-donate-button-arrow
"
).
innerHTML
=
"

87
;
"
;
sel
(
"
#banner
"
).
style
.
display
=
"
flex
"
;
sel
(
"
#banner-spacer
"
).
style
.
display
=
"
block
"
;
addEventListener
(
"
resize
"
,
updateTextSizes
);
...
...
src/chrome/skin/donation_banner.css
View file @
0a5af31a
...
...
@@ -127,11 +127,8 @@
}
#banner-donate-button-arrow
{
flex
:
1
1
33%
;
font-size
:
14px
;
line-height
:
14px
;
}
#banner-donate-button-arrow
:-moz-dir
(
rtl
)
{
transform
:
scaleX
(
-1
);
font-size
:
24px
;
line-height
:
24px
;
}
#banner-donate-button-link
{
flex
:
0
0
auto
;
...
...
Write
Preview
Supports
Markdown
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