X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..e96eab03b81641de7b74f22610bb7cd3a2db8432:/src/redakcja/static/css/history.css diff --git a/src/redakcja/static/css/history.css b/src/redakcja/static/css/history.css index cbc5c52d..18c606c8 100644 --- a/src/redakcja/static/css/history.css +++ b/src/redakcja/static/css/history.css @@ -1,11 +1,16 @@ +#history-view-editor { + display: flex; + flex-direction: column; +} + #history-view { + flex: 1; overflow: auto; - position: absolute; - top: 30px; /* 0 for no toolbar, 30 for toolbar */ - bottom: 0px; - left: 0px; - right: 0px; - z-index: 1; + +} + +#history-view .message-box { + text-align: center; } /*