1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Updated move card width and made sidebar order more consistent

This commit is contained in:
Dan Brown
2018-04-14 16:23:16 +01:00
parent dfadaa28f6
commit d34b91f2c9
4 changed files with 17 additions and 15 deletions

View File

@@ -68,13 +68,6 @@
</div>
@endif
<div class="card">
<h3>@icon('info') {{ trans('common.details') }}</h3>
<div class="body">
@include('partials.entity-meta', ['entity' => $book])
</div>
</div>
@if($book->tags->count() > 0)
<div class="card tag-display">
<h3>@icon('tag') {{ trans('entities.book_tags') }}</h3>
@@ -84,6 +77,14 @@
</div>
@endif
<div class="card">
<h3>@icon('info') {{ trans('common.details') }}</h3>
<div class="body">
@include('partials.entity-meta', ['entity' => $book])
</div>
</div>
@if(count($activity) > 0)
<div class="activity card">
<h3>@icon('time') {{ trans('entities.recent_activity') }}</h3>

View File

@@ -8,7 +8,7 @@
@section('body')
<div class="container">
<div class="container small">
<div class="card">
<h3>@icon('folder') {{ trans('entities.chapters_move') }}</h3>

View File

@@ -84,12 +84,6 @@
</div>
@endif
<div class="card">
<h3>@icon('info') {{ trans('common.details') }}</h3>
<div class="body">
@include('partials.entity-meta', ['entity' => $chapter])
</div>
</div>
@if($chapter->tags->count() > 0)
<div class="card tag-display">
@@ -100,6 +94,13 @@
</div>
@endif
<div class="card">
<h3>@icon('info') {{ trans('common.details') }}</h3>
<div class="body">
@include('partials.entity-meta', ['entity' => $chapter])
</div>
</div>
@include('partials/book-tree', ['book' => $book, 'sidebarTree' => $sidebarTree])
@stop

View File

@@ -8,7 +8,7 @@
@section('body')
<div class="container">
<div class="container small">
<p>&nbsp;</p>
<div class="card">
<h3>@icon('folder') {{ trans('entities.pages_move') }}</h3>