Added toggle to collapse sidebar (without old code this time)

This commit is contained in:
Cameron Moon
2013-02-10 23:03:10 +11:00
parent 79b1f2b840
commit 2647d58e60
3 changed files with 36 additions and 0 deletions

View File

@ -35,6 +35,19 @@ body {
overflow-x:hidden;
}
#sidebartoggle {
display: block;
padding: 5px;
position: absolute;
top: 50%;
z-index: 3000;
background-color: rgba(8, 48, 78, 0.9);
color: #FFCE00;
border: 1px solid #20A8B1;
border-right: none;
border-radius: 5px 0 0 5px;
text-decoration: none;
}
.enl {
color: #03fe03 !important;