+}
+
+
+#body-wrap {
+ height: 100%;
+ width: 100%;
+}
+#content {
+ height: 100%;
+ width: 100%;
+}
+
+#loading-overlay {
+ background-color: #FFF;
+ position: absolute;
+ z-index: 1000;
+ padding: 0;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+}
+
+#loading-message {
+ position: absolute;
+ height: 20px;
+ width: 120px;
+ left: 50%;
+ margin-left: -60px;
+ top: 50%;
+ margin-top: -10px;
+/* text-align: center;*/
+}
+
+#loading-message img {
+ float: left;
+ margin-right: 10px;
+ margin-top: -6px;
+}
+
+
+.xml-iframe {
+ margin-left: 40px;
+}
+
+/*
+ * CodeMirror
+ */
+.CodeMirror-line-numbers {
+ background: #e6ddd5;
+ padding-top: 0.35em;
+}
+
+.CodeMirror-line-numbers div {
+ padding: 0;
+ padding-right: 4px;
+
+ font-size: 8pt;
+ line-height: 17px;
+ text-align: right;
+
+ width: 40px;
+}
+
+/* DIFFS */
+ #history-view table {
+ width: 75%;
+ margin: 1em auto;
+ max-height: 400px;
+ overflow-y: auto;
+ }
+
+ #diff-view {
+ border: 2px solid black;
+ background: #fafafa;
+ margin: 1em auto;
+ width: 90%;
+ }
+
+ td.diff_header {
+ display: none;
+ }
+
+ td.diff_next {
+ display: none;
+ }
+
+ .diff_sub {
+ background-color: #ef4040;
+ }
+
+ .diff_chg {
+ background-color: #efef40;
+ }
+
+ .diff_add {
+ background-color: #40ef40;
+ }