Skip to content

Commit a23d80e

Browse files
committed
Commit patch from Lars Eggert to update the JS/CSS libraries
- Legacy-Id: 9116
1 parent a589115 commit a23d80e

22 files changed

Lines changed: 370 additions & 260 deletions

ietf/secr/templates/base_secr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% block extrastyle %}{% endblock %}
1212

1313
{% block extrahead %}
14-
<script type="text/javascript" src="/js/lib/jquery-1.11.1.min.js"></script>
14+
<script type="text/javascript" src="/js/lib/jquery-1.11.2.min.js"></script>
1515
{% endblock %}
1616

1717
{% block blockbots %}<meta name="robots" content="NONE,NOARCHIVE" />{% endblock %}

ietf/templates/ietf.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@
127127
</footer>
128128
</div>
129129

130-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
131-
<script>window.jQuery || document.write('<script src="/js/lib/jquery-1.11.1.min.js"><\/script>')</script>
130+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
131+
<script>window.jQuery || document.write('<script src="/js/lib/jquery-1.11.2.min.js"><\/script>')</script>
132132
<script src="/js/lib/jquery.cookie.min.js"></script>
133133
<script src="/js/lib/bootstrap.min.js"></script>
134134
{% block js %}{% endblock %}

static/css/bootstrap-theme.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/bootstrap.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/font-awesome.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/lib/datepicker3.css

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
padding: 4px;
1212
border-radius: 4px;
1313
direction: ltr;
14-
/*.dow {
15-
border-top: 1px solid #ddd !important;
16-
}*/
1714
}
1815
.datepicker-inline {
1916
width: 220px;
@@ -731,8 +728,6 @@ fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
731728
}
732729
.input-group.date .input-group-addon i {
733730
cursor: pointer;
734-
width: 16px;
735-
height: 16px;
736731
}
737732
.input-daterange input {
738733
text-align: center;
@@ -748,7 +743,7 @@ fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
748743
min-width: 16px;
749744
padding: 4px 5px;
750745
font-weight: normal;
751-
line-height: 1.428571429;
746+
line-height: 1.42857143;
752747
text-align: center;
753748
text-shadow: 0 1px 0 #fff;
754749
vertical-align: middle;
@@ -780,11 +775,12 @@ fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
780775
*border-right-width: 2px;
781776
*border-bottom-width: 2px;
782777
color: #333333;
783-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
784778
font-size: 13px;
785-
line-height: 1.428571429;
779+
line-height: 1.42857143;
786780
}
787781
.datepicker.dropdown-menu th,
788-
.datepicker.dropdown-menu td {
789-
padding: 4px 5px;
782+
.datepicker.datepicker-inline th,
783+
.datepicker.dropdown-menu td,
784+
.datepicker.datepicker-inline td {
785+
padding: 0px 5px;
790786
}

static/fonts/FontAwesome.otf

-13.6 KB
Binary file not shown.
-17.1 KB
Binary file not shown.

static/fonts/fontawesome-webfont.svg

Lines changed: 53 additions & 8 deletions
Loading
-73.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)