File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,10 @@ body.dimmable.undetached.dimmed {
87
87
justify-content : space-between ;
88
88
}
89
89
90
+ .flex-1 {
91
+ flex : 1 ;
92
+ }
93
+
90
94
.upper-case {
91
95
text-transform : uppercase ;
92
96
}
Original file line number Diff line number Diff line change 31
31
@data ={{ this.model.order }} />
32
32
<br />
33
33
{{ #if (eq this.model.order.user.id this.authManager.currentUser.id )}}
34
- <div class =" d-flex space-between " >
35
- <button class =" ui labeled icon {{ if this.isLoadingTickets ' loading' }} {{ if this.device.isMobile ' fluid' }} button"
34
+ <div class =" d-flex" >
35
+ <button class =" ui labeled icon flex-1 {{ if this.isLoadingTickets ' loading' }} {{ if this.device.isMobile ' fluid' }} button"
36
36
{{ action this.downloadTickets this.model.event.name this.model.order.identifier }} >
37
- <i class =" ticket alternate icon" ></i >
38
- {{ t ' Download Tickets' }}
37
+ <i class =" download icon" ></i >
38
+ {{ t ' All Tickets' }}
39
39
</button >
40
40
<button {{ action ' downloadInvoice' this.model.event.name this.model.order.identifier }}
41
- class =" ui labeled icon blue {{ if this.isLoadingInvoice ' loading' }} {{ if this.device.isMobile ' fluid' }} button" >
41
+ class =" ui labeled icon blue flex-1 {{ if this.isLoadingInvoice ' loading' }} {{ if this.device.isMobile ' fluid' }} button" >
42
42
<i class =" file alternate icon" ></i >
43
43
{{ t ' Download Invoice' }}
44
44
</button >
You can’t perform that action at this time.
0 commit comments