views: change pull-left,pull-right classes to float-start,float-end
This commit is contained in:
parent
5798a28516
commit
d2842907a3
3 changed files with 6 additions and 8 deletions
|
|
@ -2,9 +2,9 @@
|
|||
<div class="section">
|
||||
|
||||
<div class="clearfix">
|
||||
<h2 class="pull-left">Callbacks</h2>
|
||||
<h2 class="float-start">Callbacks</h2>
|
||||
|
||||
<div class="pull-right">
|
||||
<div class="float-end">
|
||||
<a class="button button-large button-primary" href="{{ url('/callback/new') }}">
|
||||
{{ icon('solid/plus') }} New
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
<div class="section">
|
||||
<div class="clearfix">
|
||||
<h3 class="pull-left">{{ item.name|e }}</h3>
|
||||
<h5 class="pull-right"><strong>Created at:</strong> {{ item.created_at }}</h5>
|
||||
<h3 class="float-start">{{ item.name|e }}</h3>
|
||||
<h5 class="float-end"><strong>Created at:</strong> {{ item.created_at }}</h5>
|
||||
</div>
|
||||
|
||||
<div class="panel-group request-list" id="request-list" role="tablist" aria-multiselectable="true">
|
||||
|
|
|
|||
Reference in a new issue