fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Zmiana layout-u na divy absolute.
[redakcja.git]
/
project
/
static
/
js
/
panels.js
diff --git
a/project/static/js/panels.js
b/project/static/js/panels.js
index
c680331
..
5d0aa08
100644
(file)
--- a/
project/static/js/panels.js
+++ b/
project/static/js/panels.js
@@
-57,7
+57,8
@@
$(function() {
// resizePanels();
// })
- $('#panels').make_hpanel({});
+ $('#panels').make_hpanel({});
+ $('#panels').css('top', ($('#header').outerHeight() ) + 'px');
// $('#left-panel-wrap').bind('resizable:stop', resizePanels)
// .resizable({minWidth: 8});