1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 16:36:15 +00:00

improved topbar

This commit is contained in:
llj
2013-06-26 16:26:04 +08:00
parent b37812cc6e
commit 7b786bdf6f
3 changed files with 17 additions and 9 deletions

View File

@@ -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');