Skip to content

Commit c59cdfd

Browse files
committed
CD 7187104179: Update GCWeb dist cdn files
1 parent b5b2447 commit c59cdfd

33 files changed

+659
-138
lines changed

css/messages-ie.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*!
33
* @title Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
44
* @license wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
5-
* v14.1.0 - 2023-12-12
5+
* v14.2.0 - 2023-12-12
66
*
77
*/
88
.splash .sp-bx img {

css/messages-ie.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*!
33
* @title Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
44
* @license wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
5-
* v14.1.0 - 2023-12-12
5+
* v14.2.0 - 2023-12-12
66
*
77
*/
88
.splash .sp-bx img{height:20px;width:214px}@media (min-width:992px){.splash .sp-bx img{height:100%;width:100%}}.splash .sp-bx .btn{min-width:75px}@media (min-width:992px){.splash .sp-bx .btn{min-width:100px}}.splash .sp-bx-bt img{height:20px;width:82px}@media (min-width:992px){.splash .sp-bx-bt img{height:100%;width:100%}}

css/messages.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*!
33
* @title Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
44
* @license wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
5-
* v14.1.0 - 2023-12-12
5+
* v14.2.0 - 2023-12-12
66
*
77
*/
88
/*

css/messages.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/theme-srv.css

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*!
33
* @title Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
44
* @license wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
5-
* v14.1.0 - 2023-12-12
5+
* v14.2.0 - 2023-12-12
66
*
77
*/
88
/*!
@@ -6021,8 +6021,14 @@ caption {
60216021
font-weight: bold;
60226022
text-align: center; }
60236023

6024-
.table-responsive > .table, th, td {
6025-
white-space: normal; }
6024+
@media screen and (max-width: 767px) {
6025+
.table-responsive > .table > thead > tr > th,
6026+
.table-responsive > .table > thead > tr > td,
6027+
.table-responsive > .table > tbody > tr > th,
6028+
.table-responsive > .table > tbody > tr > td,
6029+
.table-responsive > .table > tfoot > tr > th,
6030+
.table-responsive > .table > tfoot > tr > td {
6031+
white-space: initial; } }
60266032

60276033
/*
60286034
WET-BOEW
@@ -9543,8 +9549,14 @@ caption {
95439549
font-weight: bold;
95449550
text-align: center; }
95459551

9546-
.table-responsive > .table, th, td {
9547-
white-space: normal; }
9552+
@media screen and (max-width: 767px) {
9553+
.table-responsive > .table > thead > tr > th,
9554+
.table-responsive > .table > thead > tr > td,
9555+
.table-responsive > .table > tbody > tr > th,
9556+
.table-responsive > .table > tbody > tr > td,
9557+
.table-responsive > .table > tfoot > tr > th,
9558+
.table-responsive > .table > tfoot > tr > td {
9559+
white-space: initial; } }
95489560

95499561
/*
95509562
WET-BOEW

css/theme-srv.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.

css/theme.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*!
33
* @title Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
44
* @license wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
5-
* v14.1.0 - 2023-12-12
5+
* v14.2.0 - 2023-12-12
66
*
77
*/
88
/*
@@ -3029,8 +3029,14 @@ caption {
30293029
font-weight: bold;
30303030
text-align: center; }
30313031

3032-
.table-responsive > .table, th, td {
3033-
white-space: normal; }
3032+
@media screen and (max-width: 767px) {
3033+
.table-responsive > .table > thead > tr > th,
3034+
.table-responsive > .table > thead > tr > td,
3035+
.table-responsive > .table > tbody > tr > th,
3036+
.table-responsive > .table > tbody > tr > td,
3037+
.table-responsive > .table > tfoot > tr > th,
3038+
.table-responsive > .table > tfoot > tr > td {
3039+
white-space: initial; } }
30343040

30353041
fieldset {
30363042
min-width: 0;

css/theme.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.

css/wet-boew.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*!
33
* @title Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
44
* @license wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
5-
* v14.1.0 - 2023-12-12
5+
* v14.2.0 - 2023-12-12
66
*
77
*/
88
/*

css/wet-boew.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
/*!
33
* @title Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
44
* @license wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
5-
* v14.1.0 - 2023-12-12
5+
* v14.2.0 - 2023-12-12
66
*
77
*//*! Deprecated */

0 commit comments

Comments
 (0)