Fix for sidebar mini and fixed layout

This commit is contained in:
Abdullah Almsaeed
2015-04-19 08:21:03 -04:00
parent 4476517642
commit 811d1f3dbe
4 changed files with 101 additions and 29 deletions

View File

@@ -25,12 +25,18 @@
</head>
<!-- ADD THE CLASS fixed TO GET A FIXED HEADER AND SIDEBAR LAYOUT -->
<!-- the fixed layout is not compatible with sidebar-mini -->
<body class="skin-blue fixed">
<body class="skin-blue fixed sidebar-mini">
<!-- Site wrapper -->
<div class="wrapper">
<header class="main-header">
<a href="../../index2.html" class="logo"><b>Admin</b>LTE</a>
<!-- Logo -->
<a href="../../index2.html" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>A</b>LT</span>
<!-- logo for regular state and mobile devices -->
<span class="logo-lg"><b>Admin</b>LTE</span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->