mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
First push of newui
This commit is contained in:
9
src/interface/static/js/pyshelf_ux.js
vendored
9
src/interface/static/js/pyshelf_ux.js
vendored
@@ -30,9 +30,9 @@ $(document).ready(function(){
|
||||
$(this).removeAttr("disabled");
|
||||
}
|
||||
});
|
||||
$('#app').css("height", max_height);
|
||||
$('.nav_l').css("max-height", max_height);
|
||||
$('div.shelf').css("max-height", max_height);
|
||||
// $('#app').css("height", max_height);
|
||||
// $('.nav_l').css("max-height", max_height);
|
||||
// $('div.shelf').css("max-height", max_height);
|
||||
$('.nav_link').on('mouseover', function (e){
|
||||
var popover_str = $(this).attr('alt');
|
||||
x = $(this).offset().left
|
||||
@@ -51,4 +51,7 @@ $(document).ready(function(){
|
||||
$('.popover').css('top', y);
|
||||
$('.popover').css('display','none');
|
||||
});
|
||||
$('#btn_collections').on('click', function (e){
|
||||
$('.hidden.vert-nav.collections').toggle()
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user