Działający edytor CodeMirror.
[redakcja.git] / project / static / css / master.css
index 256c09b..1a110b5 100644 (file)
@@ -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%;
+}