浏览代码

Change wording for title and add button

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Jean-Romain Prévost 11 年之前
父节点
当前提交
446518fa9f
共有 2 个文件被更改,包括 8 次插入5 次删除
  1. 2 2
      Resources/web/index.html
  2. 6 3
      Resources/web/style.css

+ 2 - 2
Resources/web/index.html

@@ -2,7 +2,7 @@
 <html lang="en">
   <head>
     <meta charset="UTF-8">
-    <title>VLC for iOS file uploader</title>
+    <title>WiFi Upload</title>
     <link rel="stylesheet" href="style.css">
     <script type="text/javascript" src="jquery-1.10.1.min.js"></script>
     <script type="text/javascript" src="jquery.ui.widget.js"></script>
@@ -16,7 +16,7 @@
         <a class="btn linkBtn" href="http://www.videolan.org" target="_blank"><div class="icon"></div></a>
         <div class="btn uploadBtn">
           <input id="fileupload" type="file" name="files[]" data-url="upload.json" multiple>
-          Upload files
+          +
         </div>
       </div>
     </div>

+ 6 - 3
Resources/web/style.css

@@ -61,9 +61,9 @@ div.main.drop {
 }
 
 .nav:before {
-  content: "VLC";
-  font-family: "Raleway", "Helvetica Neue", "Helvetica", Arial, sans-serif;
-  font-size: 46px;
+  content: "WiFi Upload";
+  font-family: "Raleway", "Helvetica Neue";
+  font-size: 36px;
   line-height: 60px;
 }
 
@@ -128,6 +128,9 @@ div.main.drop {
   float: right;
   position: relative;
   overflow: hidden;
+  font-family: "Helvetica Neue";
+  font-weight: lighter;
+  font-size: 54px;
 }
 
 #fileupload {