X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e68a54005c36b6a2282e4446fb04fda6cd9b953e..470de3b144d05f5d3cc530442ffebe37c21c50ca:/project/static/css/master.css?ds=inline diff --git a/project/static/css/master.css b/project/static/css/master.css index 256c09b3..1a110b51 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -345,6 +345,13 @@ text#commit-dialog-message { /* ======= */ /* = New = */ /* ======= */ +#splitview { + width: 100%; + height: 100%; + padding: 0; + margin: 0; +} + .splitview-splitbar { width: 5px; border-left: 1px solid #999; @@ -352,3 +359,11 @@ text#commit-dialog-message { height: 100%; background-color: #CCC; } + +.panel-container { + height: 100%; +} + +.xmlview { + height: 100%; +}