Browse Source

Fixing more css issues

TC pushbot 5 4 years ago
parent
commit
618701c886
2 changed files with 6 additions and 6 deletions
  1. 3 3
      system/share/notfound.html
  2. 3 3
      system/share/permissionDenied.html

+ 3 - 3
system/share/notfound.html

@@ -30,7 +30,7 @@
     <body>
         <div class="bar"></div>
         <br>
-        <div class="container">
+        <div class="container" style="padding-bottom: 150px;">
             <div class="row">
                 <div class="one-half column">
                     <h5>{{hostname}} File Sharing</h5>
@@ -40,14 +40,14 @@
                     <p>Request Timestamp: {{reqtime}}</p>
                 </div>
                 <div class="one-half column">
-                    <img style="pointer-events: none;" src="img/public/share/notfound.png">
+                    <img style="pointer-events: none; width: 100%;" src="img/public/share/notfound.png">
                 </div>
             </div>
            
         </div>
         <div class="footer">
             <div class="container">
-                Cloud File Sharing Interface, Powered by <a style="color: white;" href="http://arozos.com">arozos</a>
+                Cloud File Sharing Interface, <br>Powered by <a style="color: white;" href="http://arozos.com">arozos</a>
             </div>
         </div>
       

+ 3 - 3
system/share/permissionDenied.html

@@ -30,7 +30,7 @@
     <body>
         <div class="bar"></div>
         <br>
-        <div class="container">
+        <div class="container" style="padding-bottom: 150px;">
             <div class="row">
                 <div class="one-half column">
                     <br><br>
@@ -38,14 +38,14 @@
                     <p>Permission settings on this share did not include your user group. That is all we know.</p>
                 </div>
                 <div class="one-half column">
-                    <img style="pointer-events: none;" src="img/public/share/denied.png">
+                    <img style="pointer-events: none; width: 100%;" src="img/public/share/denied.png">
                 </div>
             </div>
            
         </div>
         <div class="footer">
             <div class="container">
-                Cloud File Sharing Interface, Powered by <a style="color: white;" href="http://arozos.com">arozos</a>
+                Cloud File Sharing Interface, <br>Powered by <a style="color: white;" href="http://arozos.com">arozos</a>
             </div>
         </div>