fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Automatyczna zmiana wysokości edytora w CSS.
[redakcja.git]
/
project
/
static
/
css
/
master.css
diff --git
a/project/static/css/master.css
b/project/static/css/master.css
index
f7450f5
..
bbd9815
100644
(file)
--- a/
project/static/css/master.css
+++ b/
project/static/css/master.css
@@
-80,7
+80,14
@@
label {
#panels {
position: absolute;
#panels {
position: absolute;
- bottom: 0px; left: 0px; right: 0px; top: 100px;
+ bottom: 0px; left: 0px; right: 0px; top: 50px;
+}
+
+.panels-mouse-overlay {
+ position: absolute;
+ top: 0px; bottom: 0px; left: 0px; right: 0px;
+ z-index: 0;
+ background: transparent;
}
.panel-wrap {
}
.panel-wrap {