File tree Expand file tree Collapse file tree 4 files changed +23
-14
lines changed Expand file tree Collapse file tree 4 files changed +23
-14
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,8 @@ textarea {
500
500
resize : vertical;
501
501
}
502
502
503
- # content input [type = text ],
503
+ # content input [type = "text" ],
504
+ # content input [type = "email" ],
504
505
# content textarea {
505
506
color : # 666 ;
506
507
@@ -540,7 +541,8 @@ textarea {
540
541
}
541
542
542
543
# content input : focus ,
543
- # content input [type = text ]: focus ,
544
+ # content input [type = "text" ]: focus ,
545
+ # content input [type = "email" ]: focus ,
544
546
# content textarea : focus {
545
547
outline : none;
546
548
@@ -608,7 +610,8 @@ form input[type="submit"] {
608
610
609
611
.top-labels label ,
610
612
.top-labels .radio label ,
611
- .top-labels input [type = text ],
613
+ .top-labels input [type = "text" ],
614
+ .top-labels input [type = "email" ],
612
615
.top-labels textarea {
613
616
display : block;
614
617
}
@@ -646,6 +649,14 @@ form input[type="submit"] {
646
649
border : 0 ;
647
650
}
648
651
652
+ /**
653
+ * Label descriptions
654
+ */
655
+
656
+ label .field-description {
657
+ font-size : 0.8em ;
658
+ }
659
+
649
660
/* ==========================================================================
650
661
Tables
651
662
========================================================================== */
Original file line number Diff line number Diff line change 8
8
<h3><span>Quick Access</span></h3>
9
9
<div class="cdn">
10
10
<strong>CDN <em>CSS</em></strong>
11
- <input value="//code.jquery.com/mobile/1.3.2 /jquery.mobile-1.3.2 .min.css" readonly>
11
+ <input value="//code.jquery.com/mobile/1.4.0 /jquery.mobile-1.4.0 .min.css" readonly>
12
12
</div>
13
13
<div class="cdn">
14
14
<strong>CDN <em>JS</em></strong>
15
- <input value="//code.jquery.com/jquery-1.9.1 .min.js" readonly>
15
+ <input value="//code.jquery.com/jquery-1.10.2 .min.js" readonly>
16
16
</div>
17
17
<div class="cdn">
18
18
<strong>CDN <em>JS</em></strong>
19
- <input value="//code.jquery.com/mobile/1.3.2 /jquery.mobile-1.3.2 .min.js" readonly>
19
+ <input value="//code.jquery.com/mobile/1.4.0 /jquery.mobile-1.4.0 .min.js" readonly>
20
20
</div>
21
21
<div class="download">
22
- <strong>Download jQuery Mobile 1.3.2 :</strong>
23
- <span><a href="http://code.jquery. com/mobile/1.3.2 /jquery.mobile-1.3.2 .zip">Zip File <em>(JavaScript, CSS, and images)</em></a></span>
22
+ <strong>Download jQuery Mobile 1.4.0 :</strong>
23
+ <span><a href="http://jquerymobile. com/resources/download /jquery.mobile-1.4.0 .zip">Zip File <em>(JavaScript, CSS, and images)</em></a></span>
24
24
</div>
25
25
<ul class="footer-icon-links">
26
26
<li><a class="icon-github" href="http://github.com/jquery/jquery-mobile">GitHub <small>jQuery Mobile <br>Source</small></a></li>
Original file line number Diff line number Diff line change 79
79
</li>
80
80
<li class="dropdown"><a href="http://events.jquery.org/">Events</a>
81
81
<ul class="wide">
82
- <li><a href="http://www.deque.com/deque-partners-jquery-create-accessibility-summit">Oct 10-11 | jQuery Accessibility Summit</a></li>
83
- <li><a href="http://jquery.itmozg.ru/">Oct 15 | jQuery Russia</a></li>
84
- <li><a href="http://modernweb.com/training/jquery-oct-2013.php">Oct 15-17 | jQuery Virtual Training</a></li>
85
- <li><a href="http://2013.cssdevconf.com/">Oct 21-22 | CSS Dev Conf</a></li>
86
- <li><a href="http://javascriptsummit.com/">Nov 19-21 | JavaScript Summit</a></li>
82
+ <li><a href="http://modernweb.com/training/jquery-dec-2013.php">Dec 17-19 | jQuery Virtual Training</a></li>
83
+ <li><a href="http://www.deque.com/register-javascript-accessibility-summit">Jan 16-17 | jQuery Accessibility Summit</a></li>
87
84
<li><a href="http://events.jquery.org/2014/san-diego/">Feb 12-13 | jQuery San Diego</a></li>
88
85
<li><a href="http://www.gentics.com/jquery-europe">Feb 28-Mar 1 | jQuery Europe</a></li>
89
86
<li><a href="http://jqueryuk.com">May 16 | jQuery UK</a></li>
Original file line number Diff line number Diff line change @@ -56,8 +56,9 @@ function menu_header_qunitjs_com() {
56
56
function menu_header_jquerymobile_com () {
57
57
return array (
58
58
'http://jquerymobile.com/demos/ ' => 'Demos ' ,
59
+ 'http://jquerymobile.com/download/ ' => 'Download ' ,
59
60
'http://api.jquerymobile.com/ ' => 'API Documentation ' ,
60
- 'http://jquerymobile.com/themeroller/ ' => 'Themes ' ,
61
+ 'http://themeroller. jquerymobile.com ' => 'Themes ' ,
61
62
'http://jquerymobile.com/resources/ ' => 'Resources ' ,
62
63
'http://blog.jquerymobile.com/ ' => 'Blog ' ,
63
64
'http://jquerymobile.com/about/ ' => 'About '
You can’t perform that action at this time.
0 commit comments