X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ff3ac103aa103b9b5cb56e71a6782c9ca98acf94..9490c431ea46a6c3d9f1d348a5b525c0bd3b6359:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 85e718ea..d554a5f8 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -384,3 +384,19 @@ text#commit-dialog-message { .xmlview { height: 100%; } + +.view-overlay { + z-index: 1000; + background: #FFF; + opacity: 0.8; + text-align: center; + text-valign: center; +} + +.view-overlay p { + display: block; + position: relative; + top: auto; + bottom: auto; + height: 40px; +} \ No newline at end of file