CauseFX 5 years ago
parent
commit
6181b15910
2 changed files with 8 additions and 4 deletions
  1. 8 4
      css/organizr.css
  2. 0 0
      css/organizr.min.css

+ 8 - 4
css/organizr.css

@@ -48,14 +48,18 @@
 .tab15 { padding-left: 15em; }
 .tab16 { padding-left: 16em; }
 .splitRight {
-    width: 50%;
-    margin-left: 50% !important;
+    width: calc(50% - 60px);
+    margin-left: calc(50% - -60px) !important;
     position: absolute !important;
 }
 .split {
-     width: 50%;
-     position: absolute !important;
+    width: calc(50%) !important;
+    position: absolute !important;
  }
+
+.fix-header #page-wrapper-right {
+    margin-top: 40px;
+}
 /* Larger Images */
 
 #side-menu>li>a {

File diff suppressed because it is too large
+ 0 - 0
css/organizr.min.css


Some files were not shown because too many files changed in this diff