]> _ Git - fluidbook-elearning.git/commitdiff
wip #6693 @2
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 1 Feb 2024 19:24:14 +0000 (20:24 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 1 Feb 2024 19:24:14 +0000 (20:24 +0100)
app/Models/Page.php [new file with mode: 0644]
bootstrap/app.php
config/backpack/menu.php
resources/css/tabler/app.css
resources/css/tabler/app.css.map
resources/css/tabler/app.sass

diff --git a/app/Models/Page.php b/app/Models/Page.php
new file mode 100644 (file)
index 0000000..1775a51
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+namespace App\Models;
+
+use Cubist\Backpack\Magic\Models\CMSPage;
+
+class Page extends CMSPage
+{
+
+}
index 037e17df03b0598d7bbd27ed333312e8e337fb1b..8d4e15eee919d214ef73f7d382a1ddb2ace7980a 100644 (file)
@@ -11,7 +11,7 @@
 |
 */
 
-$app = new Illuminate\Foundation\Application(
+$app = new Cubist\Backpack\Application(
     $_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
 );
 
index 88e0ef3bfec754565d20aa9482df13db6876389d..4948bd04b345b857ae633cf0e94a33abea5d7963 100644 (file)
@@ -2,8 +2,8 @@
 return [
     'items' => [
         ['label' => 'Contenus', 'icon' => 'ti ti-brush', 'items' => [
-            ['label' => 'Pages', 'icon' => 'ti ti-file-code', 'url' => 'pages'],
-            ['label' => 'Traductions', 'icon' => 'ti ti-language', 'url' => 'pages'],
+            ['label' => 'Pages', 'icon' => 'ti ti-file-code', 'url' => 'page'],
+            ['label' => 'Traductions', 'icon' => 'ti ti-language', 'url' => 'page'],
             ['label' => 'Paramètres', 'icon' => 'ti ti-adjustments', 'url' => 'settings'],
         ]],
         ['label' => 'Utilisateurs', 'icon' => 'ti ti-users', 'section' => 'users', 'items' => [
index a111ba05bd9b08bf15a20d4ce9c20107d56d97f9..1316717132cd0cbf258789f9c34e75e83eb37713 100644 (file)
@@ -3,8 +3,12 @@
   padding-bottom: 0;
 }
 
+#logo {
+  position: relative;
+  top: 1px;
+}
 #logo svg {
-  width: 160px;
+  height: 45px;
   padding-right: 2em;
 }
 
index 7c0dbe4e9c8f4ce54c26a26009464ff93ee00e9d..f4b2e5f6dcdcbb3c56571ec6b8b1cd0e70fdb1dd 100644 (file)
@@ -1 +1 @@
-{"version":3,"sourceRoot":"","sources":["app.sass"],"names":[],"mappings":"AACI;EACI;EACA;;;AAEJ;EACI;EACA","file":"app.css"}
\ No newline at end of file
+{"version":3,"sourceRoot":"","sources":["app.sass"],"names":[],"mappings":"AACI;EACI;EACA;;;AACR;EACI;EACA;;AACA;EACI;EACA","file":"app.css"}
\ No newline at end of file
index c1ef3f308c6b2e06472ad7b6e81005c377439708..363e47775c785edd26508bc3f6de6da87de03250 100644 (file)
@@ -3,7 +3,9 @@
         padding-top: 0
         padding-bottom: 0
 #logo
+    position: relative
+    top: 1px
     svg
-        width: 160px
+        height: 45px
         padding-right: 2em