X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3193141f55df20910cf8ba35f9e669d79c90d3f4..9b42e899e6ac5e678938965fb6c4da5811869696:/platforma/static/css/master.css diff --git a/platforma/static/css/master.css b/platforma/static/css/master.css old mode 100644 new mode 100755 index cebb0dc4..f22f45f6 --- a/platforma/static/css/master.css +++ b/platforma/static/css/master.css @@ -103,11 +103,11 @@ text#commit-dialog-message { border-right: 1px solid #999; height: 100%; background-color: #CCC; - z-index: 100; + z-index: 5100; } .splitview-overlay { - z-index: 90; + z-index: 5000; background: #FFF; opacity: 0.5; } @@ -165,10 +165,10 @@ text#commit-dialog-message { top: 0; bottom: 0; - user-select: 'none'; + /* user-select: 'none'; -webkit-user-select: 'none'; -khtml-user-select: 'none'; - -moz-user-select: 'none'; + -moz-user-select: 'none'; */ overflow: 'hidden'; } @@ -272,48 +272,7 @@ body#base button:hover { background-color: #EEE; } -/* HTML editor interactive elements */ - -.html-editarea { - border: 2px solid black; - background-color: gray; - padding: 1px; - - z-index: 2000; -} - -.html-editarea textarea -{ - - border: 0px; - margin: 0px; - padding: 0px; - - width: 100%; - height: 100%; - - z-index: 0; - font-size: 10pt; - background-color: ivory; -} - -.html-editarea p.html-editarea-toolbar { - position: absolute; - background: gray; - - bottom: -26px; - height: 24px; - - left: 0px; - right: 0px; - - border: 2px solid black; - margin: 0px; - padding: 0px; - - z-index: 100; -} /* ================= */ /* = Message boxes = */