X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ff3ac103aa103b9b5cb56e71a6782c9ca98acf94..e823ad27e90d5cba05fb2ea8ac2a0d258be2f707:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 85e718ea..6ba367b0 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -384,3 +384,18 @@ 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;