File tree 3 files changed +22
-15
lines changed
3 files changed +22
-15
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ body {
27
27
ul .tabs {
28
28
height : 100% ;
29
29
}
30
- #version {
31
- position : absolute ;
32
- bottom : 56px ;
33
- width : 100% ;
34
- }
30
+ #version {
31
+ position : absolute ;
32
+ bottom : 56px ;
33
+ width : 100% ;
34
+ }
35
35
}
36
36
37
37
nav .nav-extended {
@@ -46,18 +46,17 @@ nav.nav-extended {
46
46
top : 64px ;
47
47
z-index : 997 ;
48
48
}
49
- @media #{$small-and-down } {
50
- ul .tabs {
51
- top : 56px ;
52
- }
53
- }
49
+ @media #{$small-and-down } {
50
+ ul .tabs {
51
+ top : 56px ;
52
+ }
53
+ }
54
54
& > div {
55
55
margin-top : 48px ;
56
56
}
57
57
}
58
58
59
59
#issues {
60
-
61
60
.spinner {
62
61
display : none ;
63
62
& :only-child {
@@ -70,7 +69,8 @@ nav.nav-extended {
70
69
.spinner {
71
70
display : block ;
72
71
}
73
- }
72
+ }
73
+
74
74
}
75
75
76
76
#stats {
Original file line number Diff line number Diff line change 1
1
.modal {
2
2
& .big {
3
- width : 90 % ;
3
+ width : 70 % ;
4
4
max-height : 90% ;
5
5
top : 5% !important ;
6
6
& .modal-fixed-footer {
7
7
height : 90% ;
8
8
}
9
+ @media #{$medium-and-down } {
10
+ width : 90% ;
11
+ }
9
12
}
10
13
& .fullscreen {
11
14
width : 100% ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export default function(issue){
3
3
return `
4
4
<div class="modal-content">
5
5
<div class="row">
6
- <div class="col s12 m6 l4 xl3 ">
6
+ <div class="col s12 m6 l5 xl4 ">
7
7
<div class="center-align">
8
8
<img class="materialboxed center-align" src="${ issue . img } ">
9
9
</div>
@@ -16,7 +16,11 @@ export default function(issue){
16
16
<img class="materialboxed center-align" src="${ issue . map } ">
17
17
</div>
18
18
</div>
19
- <div class="col s12 m12 l8 xl9">
19
+ <div class="col s12 m12 l7 xl8">
20
+ <h6 class="center-align valign-wrapper">
21
+ ${ ( issue . approved == 0 ) ? '<i class="material-icons">new_releases</i> Ce signalement sera vérifié prochainement par un modérateur' : '' }
22
+ ${ ( issue . status == 1 ) ? '<i class="material-icons">check_circle</i> Ce signalement a été pris en compte et le problème corrigé !' : '' }
23
+ </h6>
20
24
<p><b>Référence de suivi :</b></p>
21
25
<h4 class="center-align">${ issue . token } </h4>
22
26
<p>
You can’t perform that action at this time.
0 commit comments