This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 3f6f6c03b3e5e0b205089dc4f75336cc233a1400 Author: jcouteau <couteau@codelutin.com> Date: Tue Jan 28 17:10:16 2020 +0100 [ISO] QA - UI --- pollen-ui-riot-js/src/main/web/css/main.css | 17 ++++------------- pollen-ui-riot-js/src/main/web/homeCL/offers.html | 6 +++--- .../src/main/web/tag/PollenFooter.tag.html | 2 +- .../src/main/web/tag/admin/LoginProviders.tag.html | 10 +++++----- .../src/main/web/tag/components/LetterAvatar.tag.html | 4 ++-- .../src/main/web/tag/poll/Results.tag.html | 10 +++++----- .../web/tag/voteCountingType/BordaDetailResult.tag.html | 8 ++++---- 7 files changed, 24 insertions(+), 33 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/css/main.css b/pollen-ui-riot-js/src/main/web/css/main.css index 7915e075..b763fa2f 100644 --- a/pollen-ui-riot-js/src/main/web/css/main.css +++ b/pollen-ui-riot-js/src/main/web/css/main.css @@ -353,6 +353,8 @@ time-picker .next:hover { display: none; position: absolute; min-width: 188px; + background-color: var(--dropdown); + box-shadow: 0 2px 2px 0 var(--dropdown-shadow); } .dropdown-content.right { @@ -364,6 +366,8 @@ time-picker .next:hover { padding: 12px 16px; text-decoration: none; display: block; + background-color: var(--dropdown); + color: var(--dropdown-text); } /* Show the dropdown menu on hover */ @@ -372,16 +376,6 @@ time-picker .next:hover { z-index: 1; } -.dropdown-content { - background-color: var(--dropdown); - box-shadow: 0 2px 2px 0 var(--dropdown-shadow); -} - -.dropdown-content a { - background-color: var(--dropdown); - color: var(--dropdown-text); -} - .dropdown-content a:hover { background-color: var(--dropdown-hover); } @@ -537,9 +531,6 @@ pollenfooter a:hover { border-style: solid; position: absolute; margin: 5px; -} - -.tooltip .tooltip-arrow { border-color: #343A40; } .style5 .tooltip .tooltip-arrow { diff --git a/pollen-ui-riot-js/src/main/web/homeCL/offers.html b/pollen-ui-riot-js/src/main/web/homeCL/offers.html index 1b9d5b90..7de09158 100644 --- a/pollen-ui-riot-js/src/main/web/homeCL/offers.html +++ b/pollen-ui-riot-js/src/main/web/homeCL/offers.html @@ -56,9 +56,9 @@ </div> <table class="offer-info" style="width:100%"> <tr> - <th>Offre</th> - <th>Standard</th> - <th>Business</th> + <th scope="col">Offre</th> + <th scope="col">Standard</th> + <th scope="col">Business</th> </tr> <tr> <td></td> diff --git a/pollen-ui-riot-js/src/main/web/tag/PollenFooter.tag.html b/pollen-ui-riot-js/src/main/web/tag/PollenFooter.tag.html index ddffd149..b029a1b2 100644 --- a/pollen-ui-riot-js/src/main/web/tag/PollenFooter.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/PollenFooter.tag.html @@ -33,7 +33,7 @@ <li if={session.configuration.piwikUrl}><a href="#privacy">{_t.privacy}</a></li> </ul> <ul> - <li><a href="http://www.codelutin.com/" target="_blank">Code Lutin</a></li> + <li><a href="http://www.codelutin.com/" target="_blank" rel="noopener noreferrer">Code Lutin</a></li> <li><a href="http://list.chorem.org/cgi-bin/mailman/listinfo/pollen-users">{_t.contact}</a></li> </ul> <ul> diff --git a/pollen-ui-riot-js/src/main/web/tag/admin/LoginProviders.tag.html b/pollen-ui-riot-js/src/main/web/tag/admin/LoginProviders.tag.html index 788cba51..ff306e6c 100644 --- a/pollen-ui-riot-js/src/main/web/tag/admin/LoginProviders.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/admin/LoginProviders.tag.html @@ -29,11 +29,11 @@ import "../components/HumanInput.tag.html"; <table> <thead> <tr> - <th>{_t.name}*</th> - <th>{_t.key}*</th> - <th>{_t.secret}*</th> - <th>{_t.permissions}</th> - <th>{_t.active}</th> + <th scope="col">{_t.name}*</th> + <th scope="col">{_t.key}*</th> + <th scope="col">{_t.secret}*</th> + <th scope="col">{_t.permissions}</th> + <th scope="col">{_t.active}</th> </tr> </thead> <tbody> diff --git a/pollen-ui-riot-js/src/main/web/tag/components/LetterAvatar.tag.html b/pollen-ui-riot-js/src/main/web/tag/components/LetterAvatar.tag.html index 046b59af..d37dd38f 100644 --- a/pollen-ui-riot-js/src/main/web/tag/components/LetterAvatar.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/components/LetterAvatar.tag.html @@ -67,8 +67,8 @@ .letter { fill: #fff; - fontFamily: 'Lucida Console', Monaco, monospace; - fontSize: 1.70em; + font-family: 'Lucida Console', Monaco, monospace; + font-size: 1.70em; } </style> diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Results.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Results.tag.html index b03df3fc..8a775a2d 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Results.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Results.tag.html @@ -34,11 +34,11 @@ import "../voteCountingType/MajorityJudgmentDetailResult.tag.html"; <table class="table-results"> <thead> <tr> - <th>{_t.rank}</th> - <th if={poll.questions[0] && (poll.questions[0].voteCountingType !== 5) && (poll.questions[0].voteCountingType !== 2) && (poll.questions[0].voteCountingType !== 4)}>{_t.results}</th> - <th if={poll.questions[0] && ((poll.questions[0].voteCountingType === 5) || (poll.questions[0].voteCountingType === 2))}>{_t.scores}</th> - <th if={poll.questions[0] && (poll.questions[0].voteCountingType === 4)}>{_t.totals}</th> - <th>{_t.choices}</th> + <th scope="col">{_t.rank}</th> + <th scope="col" if={poll.questions[0] && (poll.questions[0].voteCountingType !== 5) && (poll.questions[0].voteCountingType !== 2) && (poll.questions[0].voteCountingType !== 4)}>{_t.results}</th> + <th scope="col" if={poll.questions[0] && ((poll.questions[0].voteCountingType === 5) || (poll.questions[0].voteCountingType === 2))}>{_t.scores}</th> + <th scope="col" if={poll.questions[0] && (poll.questions[0].voteCountingType === 4)}>{_t.totals}</th> + <th scope="col">{_t.choices}</th> </tr> </thead> <tbody> diff --git a/pollen-ui-riot-js/src/main/web/tag/voteCountingType/BordaDetailResult.tag.html b/pollen-ui-riot-js/src/main/web/tag/voteCountingType/BordaDetailResult.tag.html index 55f272aa..ad9ef615 100644 --- a/pollen-ui-riot-js/src/main/web/tag/voteCountingType/BordaDetailResult.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/voteCountingType/BordaDetailResult.tag.html @@ -24,11 +24,11 @@ import "../poll/ChoiceView.tag.html"; <table class="ranks"> <tr> - <td class="cell">{_t.rank}</td> - <td class="cell rank" each={rank in Array.from(Array(poll.questions[0].voteCountingConfig.maxChoiceNumber || poll.questions[0].choices.length).keys())}> + <th class="cell" scope="cell">{_t.rank}</th> + <th class="cell rank" scope="cell" each={rank in Array.from(Array(poll.questions[0].voteCountingConfig.maxChoiceNumber || poll.questions[0].choices.length).keys())}> {rank + 1} - </td> - <td class="cell"></td> + </th> + <th class="cell" scope="cell"></th> </tr> <tr> <td class="cell separator-top">{_t.points}</td> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.