mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
More tweaking for top button alignment
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f124249e1c
commit
71334b5eae
|
@ -44,7 +44,7 @@
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
@if (isset($topSubmit) && ($topSubmit=='true'))
|
@if (isset($topSubmit) && ($topSubmit=='true'))
|
||||||
<div class="col-md-3 text-right" style="padding-right: 0px;">
|
<div class="col-md-3 text-right" style="padding-right: 10px;">
|
||||||
<button type="submit" class="btn btn-primary pull-right">
|
<button type="submit" class="btn btn-primary pull-right">
|
||||||
<i class="fas fa-check icon-white" aria-hidden="true"></i>
|
<i class="fas fa-check icon-white" aria-hidden="true"></i>
|
||||||
{{ trans('general.save') }}
|
{{ trans('general.save') }}
|
||||||
|
|
Loading…
Reference in a new issue