Browse Source

full width layout improvement

koellenberger 2 years ago
parent
commit
7801fce720
5 changed files with 7 additions and 7 deletions
  1. 1 1
      public/checklist.php
  2. 1 1
      public/index.php
  3. 1 0
      public/navbar.html
  4. 3 4
      public/style.css
  5. 1 1
      public/submit.php

+ 1 - 1
public/checklist.php

@@ -17,7 +17,7 @@
 
   <body>
     <iframe src="navbar.html" onload="this.before((this.contentDocument.body||this.contentDocument).children[0]);this.remove()"></iframe>
-
+    <br>
     <center>
       <h1>Checklist for remote analysis shifts</h1>
     </center>

+ 1 - 1
public/index.php

@@ -10,7 +10,7 @@
 
   <body>
     <iframe src="navbar.html" onload="this.before((this.contentDocument.body||this.contentDocument).children[0]);this.remove()"></iframe>
-
+    <br>
     <center>
       <h1>Checklist for remote analysis shifts</h1>
     </center>

+ 1 - 0
public/navbar.html

@@ -30,4 +30,5 @@
       <a href="https://status-sds.kaas.kit.edu" target="_blank">status-sds</a>
       <a href="javascript:void(0);" class="icon" onclick="myFunction()">&#9776;</a>
     </div>
+
   </body>

+ 3 - 4
public/style.css

@@ -1,7 +1,6 @@
 body {
   font-family: sans-serif;
   margin: auto;
-  max-width: 1280px;
   padding-left: 50px;
   padding-right: 50px
 }
@@ -10,13 +9,13 @@ body {
   width: 7em;
 }
 
-/* Add a black background color to the top navigation */
+/* Add a blue background color to the top navigation */
 .topnav {
   background-color: #1761B2;
   overflow: hidden;
   width:102%;
-  padding: 0px 60px;
-  margin: 0px -60px;
+  padding: 60px 60px 0px 60px;
+  margin: -50px -60px 0px -60px;
 }
 
 /* Style the links inside the navigation bar */

+ 1 - 1
public/submit.php

@@ -15,7 +15,7 @@
 
   <body>
     <iframe src="navbar.html" onload="this.before((this.contentDocument.body||this.contentDocument).children[0]);this.remove()"></iframe>
-
+    <br>
     <center>
       <h1>Checklist for remote analysis shifts</h1>
     </center>