Tip!
+ +Add the layout-boxed class to the body tag to get this layout. The boxed layout is helpful when working on + large screens because it prevents the site from stretching very wide.
+From 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 13 Jul 2018 19:06:45 +0200 Subject: Fixed many permissions and began admin interface --- .../admin-lte/pages/layout/boxed.html | 657 ++++++++++++++++++++ .../admin-lte/pages/layout/collapsed-sidebar.html | 663 +++++++++++++++++++++ .../admin-lte/pages/layout/fixed.html | 663 +++++++++++++++++++++ .../admin-lte/pages/layout/top-nav.html | 293 +++++++++ 4 files changed, 2276 insertions(+) create mode 100644 public/bower_components/admin-lte/pages/layout/boxed.html create mode 100644 public/bower_components/admin-lte/pages/layout/collapsed-sidebar.html create mode 100644 public/bower_components/admin-lte/pages/layout/fixed.html create mode 100644 public/bower_components/admin-lte/pages/layout/top-nav.html (limited to 'public/bower_components/admin-lte/pages/layout') diff --git a/public/bower_components/admin-lte/pages/layout/boxed.html b/public/bower_components/admin-lte/pages/layout/boxed.html new file mode 100644 index 0000000..d02e250 --- /dev/null +++ b/public/bower_components/admin-lte/pages/layout/boxed.html @@ -0,0 +1,657 @@ + + +
+ + +Add the layout-boxed class to the body tag to get this layout. The boxed layout is helpful when working on + large screens because it prevents the site from stretching very wide.
+Add the sidebar-collapse class to the body tag to get this layout. You should combine this option with a + fixed layout if you have a long sidebar. Doing that will prevent your page content from getting stretched + vertically.
+Add the fixed class to the body tag to get this layout. The fixed layout is your best option if your sidebar + is bigger than your content because it prevents extra unwanted scrolling.
+Add the layout-top-nav class to the body tag to get this layout. This feature can also be used with a + sidebar! So use this class if you want to remove the custom dropdown menus from the navbar and use regular + links instead.
+The construction of this layout differs from the normal one. In other words, the HTML markup of the navbar + and the content will slightly differ than that of the normal layout.
+