X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/14ef0f01b872499feef610e69b949915eb8d1bc6..92407309a3a6c4cd125086728910effddd92ab20:/redakcja/static/css/master.css

diff --git a/redakcja/static/css/master.css b/redakcja/static/css/master.css
index 09a6069e..03945987 100644
--- a/redakcja/static/css/master.css
+++ b/redakcja/static/css/master.css
@@ -28,13 +28,14 @@ body {
     border-right: 2px solid #999;
     cursor: pointer;  
     background: #C1C1C1; 
+    z-index:100;
+    cursor: col-resize;
 }
 
 .vsplitbar:hover {
 	background-color: #E6E6E6;
 }
 
-
 .vsplitbar p {
     font: 12px Helvetica,Verdana,sans-serif;
 
@@ -48,6 +49,17 @@ body {
   margin: 250px auto;
 }
 
+#drag-layer {
+    position:absolute;
+    top:0;
+    bottom:0;
+    left:0;
+    right:0;
+    z-index:1000;
+    display: none;
+    cursor: col-resize;
+}
+
 .editor {
     position: absolute;
     top: 0px;
@@ -365,7 +377,7 @@ img.tabclose {
 
 .saveNotify {
     position:absolute; 
-    top:22px; 
+    bottom:22px; 
     right:7px; 
     z-index:800;
     background-color: #FFFF69; 
@@ -387,7 +399,7 @@ img.tabclose {
 
 .scrolled {
     position: absolute;
-    top: 29px;
+    top: 0;
     left: 0;
     right: 0;
     bottom: 0;