From: Dan Brown Date: Sat, 30 Mar 2019 15:49:14 +0000 (+0000) Subject: Fixed up edit views to use new layout X-Git-Tag: v0.26.0~1^2~23^2~26 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/bda8aa414b33b47601e6c26e58056374e09e9454 Fixed up edit views to use new layout - Also updated chapter pages in books view to show detail --- diff --git a/resources/assets/sass/_lists.scss b/resources/assets/sass/_lists.scss index 7182e8f7e..ad0b90e7b 100644 --- a/resources/assets/sass/_lists.scss +++ b/resources/assets/sass/_lists.scss @@ -6,6 +6,7 @@ justify-self: stretch; align-self: stretch; height: auto; + margin-right: $-l; } .icon:after { opacity: 0.5; @@ -185,7 +186,7 @@ margin-left: -1rem; } [chapter-toggle] { - padding-left: 1.5rem; + padding-left: .7rem; padding-bottom: .2rem; } .entity-list-item .icon { diff --git a/resources/views/chapters/list-item.blade.php b/resources/views/chapters/list-item.blade.php index e342ea6a3..fd463e07a 100644 --- a/resources/views/chapters/list-item.blade.php +++ b/resources/views/chapters/list-item.blade.php @@ -14,7 +14,7 @@
@icon('caret-right') {{ trans_choice('entities.x_pages', $chapter->pages->count()) }}
- @include('partials.entity-list-basic', ['entities' => $chapter->pages]) + @include('partials.entity-list', ['entities' => $chapter->pages])
diff --git a/resources/views/pages/form-toolbox.blade.php b/resources/views/pages/form-toolbox.blade.php index 01c224543..6b3ad3a92 100644 --- a/resources/views/pages/form-toolbox.blade.php +++ b/resources/views/pages/form-toolbox.blade.php @@ -65,7 +65,7 @@

- + @@ -100,7 +100,7 @@ - + diff --git a/resources/views/pages/form.blade.php b/resources/views/pages/form.blade.php index 38e2eae39..516f9fac8 100644 --- a/resources/views/pages/form.blade.php +++ b/resources/views/pages/form.blade.php @@ -12,47 +12,43 @@ {{--Header Bar--}}
-
-
- -
- - +
+ + + +
+ -
-
- +
- -
+
+ + +