Remove option to hide menu with the lessons
This commit is contained in:
@ -104,24 +104,15 @@ img {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
#header .toggle-navigation button:hover,
|
||||
#header .toggle-navigation button:active,
|
||||
#header button#toggle-mail:hover,
|
||||
#header button#toggle-mail:active {
|
||||
background: #e84c3d;
|
||||
}
|
||||
|
||||
#header .toggle-navigation button:hover i,
|
||||
#header button#toggle-mail:hover i {
|
||||
color: #F6F6F6;
|
||||
}
|
||||
|
||||
#header .toggle-navigation.toggle-left {
|
||||
margin-top: 5px;
|
||||
margin-left: 20px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#header .btn-default {
|
||||
padding: 3px 9px;
|
||||
background: #F6F6F6;
|
||||
@ -157,7 +148,7 @@ img {
|
||||
|
||||
#header #lesson-title-wrapper {
|
||||
display: inline-block;
|
||||
margin: 0 0 0 20px;
|
||||
margin: 0 0 0 30px;
|
||||
}
|
||||
|
||||
#header .pull-right {
|
||||
@ -212,14 +203,6 @@ img {
|
||||
font-family: 'Source Sans Pro', Arial, sans-serif;
|
||||
}
|
||||
|
||||
.main-content-toggle-left {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.main-content-toggle-right {
|
||||
margin-right: 240px;
|
||||
}
|
||||
|
||||
/*==========================================================================
|
||||
lesson content / wrapper
|
||||
========================================================================= */
|
||||
@ -797,27 +780,10 @@ fieldset[disabled] .btn-warning.active {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#header .toggle-navigation.toggle-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
margin-left: -240px;
|
||||
}
|
||||
|
||||
.sidebar-toggle {
|
||||
margin-left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.main-content-wrapper {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.main-content-toggle-left {
|
||||
margin-left: 660px;
|
||||
}
|
||||
|
||||
.sidebarRight {
|
||||
top: 160px;
|
||||
width: 100%;
|
||||
@ -931,10 +897,6 @@ cookie-container {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.sidebar-toggle {
|
||||
margin-left: -240px;
|
||||
}
|
||||
|
||||
#menu-container ul,
|
||||
#menu-container ul ul {
|
||||
margin: -2px 0 0;
|
||||
|
Reference in New Issue
Block a user