Initial commit for separate menus

This commit is contained in:
Jason White
2014-08-24 06:55:11 -04:00
parent 064c0e8066
commit 8177a6276a
5 changed files with 38 additions and 8 deletions

View File

@ -122,7 +122,6 @@ img {
/* Sidebar */
.sidebar {
width: 240px;
height: auto;
background: #222;
position: absolute;
-webkit-transition: all 0.3s ease-in-out;
@ -132,6 +131,19 @@ img {
transition: all 0.3s ease-in-out;
z-index: 100;
}
#leftside-navigation {
height:400px;
overflow-y:scroll;
overflow-x:hidden;
}
#sidebar {
/*background-color:#333;*/
background-color:blue;
}
.sidebar-toggle {
margin-left: -240px;
}
@ -207,8 +219,9 @@ img {
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background: #f1f2f7;
min-height: 1000px;
min-height: 400px;
}
.main-content-wrapper #main-content {
background: url('img/webBg.png') no-repeat top left;
border-top: solid thin #e7e8ec;