Skip to content

Commit 9bca8d3

Browse files
authored
cross icon in popup modal moved to left side (#14)
* Created date moved to backend, handling of epochtime to UTC added * maxwidth fix for subscription page * Eiffel icon added index page, subscription modale layout, and css fixes * Time conversion in modal popup * Upload subscription updated for List post * cross icon in popup modal moved to left side
1 parent e982817 commit 9bca8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/templates/subscription.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3>Subscription Data</h3>
5050
<div class="modal-header">
5151
<div class="container pull-left">
5252
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
53-
<img class ="float-right" data-dismiss="modal" src="assets/images/11656-200.png" height="15" width="15"/>
53+
<img class ="float-left" data-dismiss="modal" src="assets/images/11656-200.png" height="15" width="15"/>
5454
<h3 class="modal-title text-center">Subscription Form</h3>
5555
</div>
5656
</div>

0 commit comments

Comments
 (0)