mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-09 13:14:07 -06:00
update: center-align buttons
This commit is contained in:
@@ -306,7 +306,7 @@
|
||||
{{ __('common.direction') }}
|
||||
</label>
|
||||
</p>
|
||||
<p class="form__group--horizontal">
|
||||
<p class="form__group">
|
||||
<button class="form__button form__button--filled">
|
||||
{{ __('common.search') }}
|
||||
</button>
|
||||
|
||||
@@ -306,7 +306,7 @@
|
||||
{{ __('common.direction') }}
|
||||
</label>
|
||||
</p>
|
||||
<p class="form__group--horizontal">
|
||||
<p class="form__group">
|
||||
<button class="form__button form__button--filled">
|
||||
{{ __('common.search') }}
|
||||
</button>
|
||||
|
||||
@@ -243,9 +243,9 @@
|
||||
$root.submit();
|
||||
}
|
||||
})"
|
||||
class="form__button form__button--filled"
|
||||
class="form__button form__button--filled form__button--centered"
|
||||
>
|
||||
<i class="{{ config('other.font-awesome') }} fa-eye"></i> {{ __('notification.mark-all-read') }}
|
||||
{{ __('notification.mark-all-read') }}
|
||||
</button>
|
||||
</p>
|
||||
</form>
|
||||
@@ -265,9 +265,8 @@
|
||||
$root.submit();
|
||||
}
|
||||
})"
|
||||
class="form__button form__button--filled"
|
||||
class="form__button form__button--filled form__button--centered"
|
||||
>
|
||||
<i class="{{ config('other.font-awesome') }} fa-times"></i>
|
||||
{{ __('notification.delete-all') }}
|
||||
</button>
|
||||
</p>
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
<h2 class="panel__heading">{{ __('common.contact') }}</h2>
|
||||
<div class="panel__body">
|
||||
<p class="form__group form__group--horizontal">
|
||||
<a href="{{ route('contact.index') }}" class="form__button form__button--filled">
|
||||
<a href="{{ route('contact.index') }}" class="form__button form__button--filled form__button--centered">
|
||||
{{ __('common.contact') }} {{ config('other.title') }}
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<h2 class="panel__heading">{{ __('common.actions') }}</h2>
|
||||
<div class="panel__body">
|
||||
<div class="form__group form__group--horizontal" x-data="{ open: false }">
|
||||
<button class="form__button form__button--filled" x-on:click.stop="open = true; $refs.dialog.showModal();">
|
||||
<button class="form__button form__button--filled form__button--centered" x-on:click.stop="open = true; $refs.dialog.showModal();">
|
||||
<i class="{{ config('other.font-awesome') }} fa-search-plus"></i>
|
||||
{{ __('playlist.add-torrent') }}
|
||||
</button>
|
||||
@@ -59,7 +59,7 @@
|
||||
<p class="form__group form__group--horizontal">
|
||||
<a
|
||||
href="{{ route('playlists.edit', ['id' => $playlist->id]) }}"
|
||||
class="form__button form__button--filled"
|
||||
class="form__button form__button--filled form__button--centered"
|
||||
>
|
||||
<i class="{{ config('other.font-awesome') }} fa-edit"></i>
|
||||
{{ __('playlist.edit-playlist') }}
|
||||
@@ -73,7 +73,7 @@
|
||||
@csrf
|
||||
@method('DELETE')
|
||||
<p class="form__group form__group--horizontal">
|
||||
<button
|
||||
<button
|
||||
x-on:click.prevent="Swal.fire({
|
||||
title: 'Are you sure?',
|
||||
text: 'Are you sure you want to delete this playlist: {{ $playlist->name }}?',
|
||||
@@ -85,7 +85,7 @@
|
||||
$root.submit();
|
||||
}
|
||||
})"
|
||||
class="form__button form__button--filled"
|
||||
class="form__button form__button--filled form__button--centered"
|
||||
>
|
||||
<i class="{{ config('other.font-awesome') }} fa-trash"></i>
|
||||
{{ __('common.delete') }}
|
||||
@@ -100,7 +100,7 @@
|
||||
<p class="form__group form__group--horizontal">
|
||||
<button
|
||||
href="{{ route('playlists.download', ['id' => $playlist->id]) }}"
|
||||
class="form__button form__button--filled"
|
||||
class="form__button form__button--filled form__button--centered"
|
||||
>
|
||||
<i class='{{ config('other.font-awesome') }} fa-download'></i>
|
||||
{{ __('playlist.download-all') }}
|
||||
@@ -109,7 +109,7 @@
|
||||
<p class="form__group form__group--horizontal">
|
||||
<a
|
||||
href="{{ route('torrents', ['playlistId' => $playlist->id]) }}"
|
||||
class="form__button form__button--filled"
|
||||
class="form__button form__button--filled form__button--centered"
|
||||
>
|
||||
<i class='{{ config('other.font-awesome') }} fa-eye'></i>
|
||||
Playlist Torrents List
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
>
|
||||
@csrf
|
||||
<p class="form__group form__group--horizontal">
|
||||
<button class="form__button form__button--filled">
|
||||
<button class="form__button form__button--filled form__button--centered">
|
||||
{{ __('ticket.unassign') }}
|
||||
</button>
|
||||
</p>
|
||||
@@ -105,8 +105,7 @@
|
||||
@csrf
|
||||
@method('DELETE')
|
||||
<p class="form__group form__group--horizontal">
|
||||
<button class="form__button form__button--filled">
|
||||
<i class="fas fa-times"></i>
|
||||
<button class="form__button form__button--filled form__button--centered">
|
||||
{{ __('ticket.delete') }}
|
||||
</button>
|
||||
</p>
|
||||
@@ -119,8 +118,7 @@
|
||||
>
|
||||
<p class="form__group form__group--horizontal">
|
||||
@csrf
|
||||
<button class="form__button form__button--filled">
|
||||
<i class="fas fa-times"></i>
|
||||
<button class="form__button form__button--filled form__button--centered">
|
||||
{{ __('ticket.close') }}
|
||||
</button>
|
||||
</p>
|
||||
|
||||
@@ -184,12 +184,14 @@
|
||||
<dd>{{ number_format($total * 24 * 365, 2) }}</dd>
|
||||
</dl>
|
||||
<div class="panel__body">
|
||||
<a
|
||||
href="{{ route('users.history.index', ['user' => $user, 'completed' => 'include', 'active' => 'include']) }}"
|
||||
class="form__button form__button--filled"
|
||||
>
|
||||
{{ __('bon.review-seeds') }}
|
||||
</a>
|
||||
<p class="form__group form__group--horizontal">
|
||||
<a
|
||||
href="{{ route('users.history.index', ['user' => $user, 'completed' => 'include', 'active' => 'include']) }}"
|
||||
class="form__button form__button--filled form__button--centered"
|
||||
>
|
||||
{{ __('bon.review-seeds') }}
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
@endsection
|
||||
@endsection
|
||||
|
||||
@@ -110,14 +110,14 @@
|
||||
<form action="{{ route('mark-all-read') }}" method="POST">
|
||||
<p class="form__group form__group--horizontal">
|
||||
@csrf
|
||||
<button class="form__button form__button--filled">
|
||||
<button class="form__button form__button--filled form__button--centered">
|
||||
<i class="{{ config('other.font-awesome') }} fa-eye"></i>
|
||||
{{ __('pm.mark-all-read') }}
|
||||
</button>
|
||||
</p>
|
||||
</form>
|
||||
<p class="form__group form__group--horizontal">
|
||||
<a href="{{ route('inbox') }}" class="form__button form__button--filled">
|
||||
<a href="{{ route('inbox') }}" class="form__button form__button--filled form__button--centered">
|
||||
<i class="{{ config('other.font-awesome') }} fa-sync-alt"></i>
|
||||
{{ __('pm.refresh') }}
|
||||
</a>
|
||||
@@ -138,7 +138,7 @@
|
||||
$root.submit();
|
||||
}
|
||||
})"
|
||||
class="form__button form__button--filled"
|
||||
class="form__button form__button--filled form__button--centered"
|
||||
>
|
||||
<i class="{{ config('other.font-awesome') }} fa-trash"></i>
|
||||
{{ __('pm.empty-inbox') }}
|
||||
|
||||
Reference in New Issue
Block a user