SAAS-1017: Move top nav bar to side
This commit is contained in:
parent
6c7a6aaad3
commit
e90fe728a2
13 changed files with 267 additions and 136 deletions
|
@ -17,9 +17,11 @@ $(document).ready(function() {
|
|||
|
||||
//this statement tells the browser to fade out any success message after 5 seconds
|
||||
setTimeout(function(){$(".success").fadeOut("slow", function(){$(this).empty()});}, 5000);
|
||||
if ($('.usability_hint:visible')) {
|
||||
|
||||
if ($('.usability_hint').css('display') == "block") {
|
||||
$(".wrapper").css("padding-top", USABILITY_HINT_PADDING); // Account for usability hint
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
/*
|
||||
|
@ -210,4 +212,4 @@ $(document).mouseup(function (e) {
|
|||
if (!mb.is(e.target) && mb.has(e.target).length === 0 && w <= 970) {
|
||||
$('#nav .responsive-menu').slideUp();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue