Selaa lähdekoodia

Almost Ready for 1.0

causefx 10 vuotta sitten
vanhempi
commit
d82c8ad44c
3 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
  1. 7 7
      index.php
  2. 0 0
      js/tabs.min.js
  3. 1 1
      setup.php

+ 7 - 7
index.php

@@ -25,12 +25,12 @@ foreach ($config as $keyname => $section) {
     
     
         if($icons == "active"){
         if($icons == "active"){
                 
                 
-            $px = "80px";
+            $px = "62px";//80
             $pxmobile = "-30px";
             $pxmobile = "-30px";
                 
                 
         }else{
         }else{
                 
                 
-            $px = "50px";
+            $px = "34px";//50
             $pxmobile = "0px";
             $pxmobile = "0px";
                 
                 
         }
         }
@@ -134,7 +134,7 @@ if(!file_exists('settings.ini.php')){
 
 
         <span>&nbsp;</span>
         <span>&nbsp;</span>
 
 
-        <div id="page" style="margin: <?=$marginpx;?>">
+        <div id="page" style="margin: <?=$marginpx;?>; position: absolute;">
 
 
             <!--Tabs Start-->
             <!--Tabs Start-->
             <div id="tabbed-nav">
             <div id="tabbed-nav">
@@ -150,10 +150,10 @@ if(!file_exists('settings.ini.php')){
                 <style> .z-container { position: fixed; top: 50px; right: 0px; bottom: 0px; left: 0px; margin: <?=$marginpx;?>; } </style>
                 <style> .z-container { position: fixed; top: 50px; right: 0px; bottom: 0px; left: 0px; margin: <?=$marginpx;?>; } </style>
                 <style> .z-tabs .z-container{ margin: <?=$marginpx;?>; border-width: <?=$marginborderpx;?>; } </style>
                 <style> .z-tabs .z-container{ margin: <?=$marginpx;?>; border-width: <?=$marginborderpx;?>; } </style>
                 <style> .z-tabs.mobile.top > .z-container {margin-top: <?=$pxmobile;?>;} </style>
                 <style> .z-tabs.mobile.top > .z-container {margin-top: <?=$pxmobile;?>;} </style>
-                <style> .z-video{overflow-x: hidden;overflow-y: auto;}</style>
+                <style> .z-video{position: absolute; height: 100%; width: 100%;-webkit-overflow-scrolling: touch; overflow: auto;}</style>
                 <!--<style> .z-content-inner{overflow: overlay;}</style>
                 <!--<style> .z-content-inner{overflow: overlay;}</style>
                 <style> .z-nopadding.z-content{overflow-x: hidden;overflow-y: auto;}</style>-->
                 <style> .z-nopadding.z-content{overflow-x: hidden;overflow-y: auto;}</style>-->
-                <div style="top: <?=$px;?>">              
+                <div style="top: <?=$px;?>;overflow: auto;">              
 
 
                     <?=$loadedurls;?>
                     <?=$loadedurls;?>
                     <?=$lasttaburl;?>
                     <?=$lasttaburl;?>
@@ -173,11 +173,11 @@ if(!file_exists('settings.ini.php')){
                     multiline: true,
                     multiline: true,
                     theme: "white",
                     theme: "white",
                     position: "top-compact",
                     position: "top-compact",
-                    size: "medium",
+                    size: "mini",
                     animation: {
                     animation: {
                         easing: "easeInOutExpo",
                         easing: "easeInOutExpo",
                         duration: 450,
                         duration: 450,
-                        effects: "fade"
+                        effects: "slideRight"
                     }
                     }
                 });
                 });
             });
             });

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
js/tabs.min.js


+ 1 - 1
setup.php

@@ -73,7 +73,7 @@ if(!password_verify($pass, $hash_pass)){
     echo "<center><B>Please Login to Contiune<br/><br/>";
     echo "<center><B>Please Login to Contiune<br/><br/>";
     echo $error . "<br/>";
     echo $error . "<br/>";
     echo "<form action=\"?action=write\" method='POST'>";
     echo "<form action=\"?action=write\" method='POST'>";
-    echo "<div class=\"form-group clearfix well well-sm\" style=\"width: 25%; padding-bottom: 0px; padding-top: 10px; margin-bottom: 5px;\">";
+    echo "<div class=\"form-group clearfix well well-sm\" style=\"width: 300px; padding-bottom: 0px; padding-top: 10px; margin-bottom: 5px;\">";
     echo "<div style=\"margin-bottom: 8px\" class=\"input-group\"><div class=\"input-group-addon\">Password</div>";
     echo "<div style=\"margin-bottom: 8px\" class=\"input-group\"><div class=\"input-group-addon\">Password</div>";
     echo "<input style=\"margin-bottom: 0px\" type=\"password\" name=\"pass\" class=\"form-control\">";
     echo "<input style=\"margin-bottom: 0px\" type=\"password\" name=\"pass\" class=\"form-control\">";
     echo "<span class=\"input-group-btn\"><button name=\"submit\" class=\"btn btn-success\" type=\"submit\">Go!</button></span></div></div>";
     echo "<span class=\"input-group-btn\"><button name=\"submit\" class=\"btn btn-success\" type=\"submit\">Go!</button></span></div></div>";

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä