Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit c52c992

Browse files
authored
Merge pull request #1513 from ashkanx/ashkan/jp-fix
Japan website fixes
2 parents 61c4b34 + 7d31d33 commit c52c992

14 files changed

+28
-14
lines changed

src/download/ja/ID_Guide_JA_v3.pdf

579 KB
Binary file not shown.
989 KB
Binary file not shown.
930 KB
Binary file not shown.
576 KB
Binary file not shown.
160 KB
Binary file not shown.
2.46 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/sass/language_base.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ body.JA {
3939
.regulatory-logo {
4040
display: none !important;
4141
}
42+
.empty-space {
43+
margin-top: 40px;
44+
}
4245
#asset-forex div.table-header:nth-of-type(n + 3), #asset-forex div.table-body:nth-of-type(n + 15) {
4346
display: none !important;
4447
}

src/templates/about/group-information.html.tt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</div>
2525
</div>
2626
<div class="gr-6 gr-12-m">
27-
<div class="gr-9 gr-6-m gr-centered gr-padding-10">
27+
<div class="gr-9 gr-6-m gr-centered gr-padding-10 ja-hide">
2828
<a href="http://mfsa.com.mt/" target="_blank">
2929
<img class="responsive" src="[% request.url_for('images/pages/about/mfsa-logo.svg') %]"/>
3030
</a>
@@ -46,7 +46,7 @@
4646
</div>
4747
<div class="gr-row">
4848
<div class="gr-6 gr-12-m">
49-
<div class="gr-4 gr-6-m gr-centered gr-padding-10">
49+
<div class="gr-4 gr-6-m gr-centered gr-padding-10 ja-hide">
5050
<img class="responsive" src="[% request.url_for('images/pages/about/costa-rica.png') %]"/>
5151
</div>
5252
<div class="gr-12 gr-padding-10">
@@ -65,7 +65,7 @@
6565
</div>
6666
</div>
6767
<div class="gr-6 gr-12-m gr-parent gr-padding-10">
68-
<div class="gr-4 gr-6-m gr-centered gr-padding-10 id-hide">
68+
<div class="gr-4 gr-6-m gr-centered gr-padding-10 id-hide ja-hide">
6969
<a href="http://www.gov.im/gambling/" target="_blank">
7070
<img class="responsive" src="[% request.url_for('images/pages/footer/isle-of-man.png') %]"/>
7171
</a>
@@ -84,7 +84,7 @@
8484
</div>
8585
<div class="gr-row">
8686
<div class="gr-6 gr-12-m">
87-
<div class="gr-8 gr-12-m gr-centered gr-padding-10 id-hide">
87+
<div class="gr-8 gr-12-m gr-centered gr-padding-10 id-hide ja-hide">
8888
<a href='http://www.mga.org.mt/' target="_blank" >
8989
<img class="responsive" src="[% request.url_for("images/pages/why-us/mga-logo2.svg") %]"/>
9090
</a>

0 commit comments

Comments
 (0)