mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
fixed styles
This commit is contained in:
parent
dbd565fd1d
commit
1ba420a9ce
@ -2400,3 +2400,10 @@ function topFunction() {
|
|||||||
500
|
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
|
// When the user scrolls down 400px from the top of the document, show the
|
||||||
// button.
|
// button.
|
||||||
window.onscroll = function() {
|
window.onscroll = function() {
|
||||||
@ -1545,10 +1534,6 @@ require 'include/php_to_js_values.php';
|
|||||||
scrollFunction()
|
scrollFunction()
|
||||||
};
|
};
|
||||||
|
|
||||||
function menuActionButtonResizing() {
|
|
||||||
$('.action_buttons_right_content').attr('style', 'left: '+($('#menu_full').width())+'px;');
|
|
||||||
}
|
|
||||||
|
|
||||||
function first_time_identification() {
|
function first_time_identification() {
|
||||||
jQuery.post("ajax.php", {
|
jQuery.post("ajax.php", {
|
||||||
"page": "general/register",
|
"page": "general/register",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user