Skip to content

Commit

Permalink
Fix float bug on several upload buttons #166
Browse files Browse the repository at this point in the history
  • Loading branch information
joemull authored and mauromsl committed Aug 22, 2024
1 parent 85842fd commit 81bbecc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions templates/typesetting/elements/typesetter/galleys.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
{% endfor %}
</table>

<div class="float-right"><a class="button success" data-open="uploadbox"><i
class="fa fa-cloud-upload">
&nbsp;</i>Upload New Typeset File</a>
<div class="button-group">
<a class="float-right button success" data-open="uploadbox">
<span class="fa fa-cloud-upload"></span>
Upload New Typeset File
</a>
</div>
<br />
9 changes: 5 additions & 4 deletions templates/typesetting/elements/typesetter/source_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
{% endfor %}
</table>

<div class="float-right"><a class="button success" data-open="sourceupload"><i
class="fa fa-cloud-upload">
&nbsp;</i>Upload New Source File</a>
<div class="button-group">
<a class="float-right button success" data-open="sourceupload">
<span class="fa fa-cloud-upload"></span>
Upload New Source File
</a>
</div>
<br />

0 comments on commit 81bbecc

Please sign in to comment.