Przeglądaj źródła

Updates the chromeonly page as per #44

j8
Emil Ivov 11 lat temu
rodzic
commit
84106a2aeb
2 zmienionych plików z 10 dodań i 5 usunięć
  1. 3
    2
      chromeonly.html
  2. 7
    3
      css/chromeonly.css

+ 3
- 2
chromeonly.html Wyświetl plik

@@ -1,6 +1,6 @@
1 1
 <html>
2 2
 <head>
3
-<title></title>
3
+<title>JitMeet: Unsupported Browser</title>
4 4
 <link rel="stylesheet" type="text/css" media="screen" href="css/chromeonly.css" />
5 5
 </head>
6 6
 
@@ -10,8 +10,9 @@
10 10
 <a href="http://google.com/chrome"><div id="left"></div></a>
11 11
 <div id="middle"></div>
12 12
 <div id="text">
13
-    <p>This service only works with Chrome.</p>
13
+    <p>This application is currently only supported by <a href="http://google.com/chrome">Chrome</a>, <a href="http://www.chromium.org/">Chromium</a> and <a href="http://www.opera.com">Opera</a></p>
14 14
     <p><a href="http://google.com/chrome">Download Chrome</a></p>
15
+    <p class="firefox">We are hoping that <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=977864">multistream support</a> for Firefox would not be long so that we could all use this application with our Favorite browser.</p>
15 16
 </div>
16 17
 <!-- wrap ends here -->
17 18
 </div>		

+ 7
- 3
css/chromeonly.css Wyświetl plik

@@ -10,7 +10,7 @@ body {
10 10
 #wrap{
11 11
     display: block;
12 12
     position: absolute;
13
-    width:766px;
13
+    width:900px;
14 14
     height: 262px;
15 15
     overflow:hidden;
16 16
     text-align: center;
@@ -25,6 +25,10 @@ body {
25 25
     height:262px;
26 26
     float: left;
27 27
 }
28
+.firefox{
29
+    font-size: 11pt;
30
+    color: #c8c8c8;
31
+}
28 32
 #middle{
29 33
     display:inline-block;
30 34
     background-image:url(../images/chromepointer.png);
@@ -35,8 +39,8 @@ body {
35 39
 }
36 40
 #text{
37 41
     display:inline-block;
38
-    font-size: 20pt;
39
-    width: 400px;
42
+    font-size: 18pt;
43
+    width: 600px;
40 44
     vertical-align:middle;
41 45
     padding-top: 30px;
42 46
 }

Ładowanie…
Anuluj
Zapisz