Line 13: | Line 13: | ||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
.menu_wrapper { | .menu_wrapper { | ||
− | + | width:150px; | |
− | + | height:100vh; | |
− | + | position:fixed; | |
− | + | padding:0px; | |
− | + | float:left; | |
− | + | background-color:#f2f2f2; | |
+ | text-align:left; | ||
} | } | ||
Line 35: | Line 36: | ||
/* styling for the menu items */ | /* styling for the menu items */ | ||
− | + | .menu_item { | |
− | + | width:100%; | |
− | + | margin:-2px 0px 0px -20px; | |
− | + | padding: 10px 10px; | |
− | + | border-bottom: 1px solid #d3d3d3; | |
− | + | font-weight:bold; | |
− | + | color:#000000; | |
− | + | cursor: pointer; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
Revision as of 10:17, 10 June 2016