mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 16:36:15 +00:00
improved topbar
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$('.top-bar-con .manage').css('width', $('.top-bar-con').width() - $('.top-bar-con .account').width() - 30);
|
||||
$('.top-bar-con .account').css('margin-left', $('.top-bar-con .manage').width() + 10);
|
||||
$('#title-panel, #left-panel, #right-panel').each(function() { // for ie 7
|
||||
if ($(this).children().length == 0) {
|
||||
$(this).addClass('hide');
|
||||
|
Reference in New Issue
Block a user