fixed styles
This commit is contained in:
parent
dbd565fd1d
commit
1ba420a9ce
|
@ -2400,3 +2400,10 @@ function topFunction() {
|
|||
500
|
||||
);
|
||||
}
|
||||
|
||||
function menuActionButtonResizing() {
|
||||
$(".action_buttons_right_content").attr(
|
||||
"style",
|
||||
"left: " + $("#menu_full").width() + "px;"
|
||||
);
|
||||
}
|
||||
|
|
|
@ -1524,17 +1524,6 @@ require 'include/php_to_js_values.php';
|
|||
}
|
||||
}
|
||||
|
||||
//$('.button_collapse').on('click', menuActionButtonResizing());
|
||||
|
||||
// Cursor change for show a spinner. Experimental.
|
||||
/*
|
||||
$('.buttonButton').not('.dialog_opener').on('click', function(){
|
||||
$('*').css('cursor', 'wait');
|
||||
});
|
||||
$('.submitButton').not('.dialog_opener').on('click', function(){
|
||||
$('*').css('cursor', 'wait');
|
||||
});
|
||||
*/
|
||||
// When the user scrolls down 400px from the top of the document, show the
|
||||
// button.
|
||||
window.onscroll = function() {
|
||||
|
@ -1545,10 +1534,6 @@ require 'include/php_to_js_values.php';
|
|||
scrollFunction()
|
||||
};
|
||||
|
||||
function menuActionButtonResizing() {
|
||||
$('.action_buttons_right_content').attr('style', 'left: '+($('#menu_full').width())+'px;');
|
||||
}
|
||||
|
||||
function first_time_identification() {
|
||||
jQuery.post("ajax.php", {
|
||||
"page": "general/register",
|
||||
|
|
Loading…
Reference in New Issue