(fixed disappearing submenus (added padding-bottom to list items), added different opacity for submenu, fixed hover) |
m |
||
Line 49: | Line 49: | ||
#user_item { | #user_item { | ||
margin-right: 0px !important; | margin-right: 0px !important; | ||
− | padding | + | padding: 4px !important; |
} | } | ||
Revision as of 08:49, 12 July 2016
/** Main Styles
- /
/* iGEM Menu */
- sideMenu {
display: none; }
- top_menu_under {
display: none; }
- top_menu_14 {
width: auto; height: 24px; margin-left: 20px; padding: 0px 10px; border-radius: 0 0 5px 5px; opacity: 0; }
- top_menu_14:hover {
opacity: 0.95; }
- top_menu_14 .submenu {
top: 22px !important; opacity: 0.8; }
- top_menu_inside {
width: auto; margin-left: 0px; border: none; }
- top_menu_inside ul {
display: inline-block; margin-left: 15px; }
- top_menu_inside ul li {
padding-top: 2px; padding-bottom: 4px; }
- user_item {
margin-right: 0px !important; padding: 4px !important; }
- bars_item {
position: absolute !important; top: 0px !important; left: 0px !important; float: left !important; }