Line 633: | Line 633: | ||
/**************************************************************** MENU ***************************************************************/ | /**************************************************************** MENU ***************************************************************/ | ||
+ | |||
+ | .nav > li:after{ | ||
+ | content: ""; | ||
+ | width: 0; | ||
+ | height: 5px; | ||
+ | background: #082a67; | ||
+ | position: absolute; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | transition: all 0.5s ease 0s; | ||
+ | } | ||
+ | .nav > li:hover:after{ | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | .dropdown-menu.multi-dropdown{ | ||
+ | position: absolute; | ||
+ | left: -100% !important; | ||
+ | } | ||
+ | |||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
.igem_2017_menu_wrapper { | .igem_2017_menu_wrapper { | ||
Line 1,062: | Line 1,083: | ||
<!-- start of content --> | <!-- start of content --> | ||
<div class="igem_2017_content_wrapper"> | <div class="igem_2017_content_wrapper"> | ||
+ | |||
<script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script> | <script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script> | ||
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> | <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> |
Revision as of 08:42, 1 August 2017