X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3314477c16f2492b2a6b95b17922e5b6f2b087ca..539b54d10d63f8638cfcda1ab0b34560cecdbe9b:/redakcja/static/css/master.css?ds=sidebyside diff --git a/redakcja/static/css/master.css b/redakcja/static/css/master.css index 075f59d8..b88fb35a 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; @@ -314,10 +326,6 @@ img.tabclose { overflow: hidden; } -.htmlview *[x-editable] { - background-color: white; - -} .htmlview .active[x-editable] { background-color: #FAFAFA; border: 1px solid #DDD; @@ -339,7 +347,15 @@ img.tabclose { } .saveNotify { - position:absolute; bottom:7px; left:30px; z-index:800; background-color: #E6E6E6; padding:20px; border: 1px solid black; + position:absolute; + bottom:22px; + right:7px; + z-index:800; + background-color: #FFFF69; + padding:10px; + border: 1px solid black; + border-radius: 5px; + -moz-border-radius: 15px; } .notifyTip {