Use an i18n tool

This commit is contained in:
Gregory Trolliet 2020-11-23 11:01:37 +01:00
parent e487438606
commit 16dec853f9
12 changed files with 662 additions and 97 deletions

View file

@ -91,10 +91,19 @@ footer, #page-wrap:after {
.cloud_words_input {
margin: 1em;
}
.cloud_words input:nth-of-type(2) {
margin-left: 0;
}
.cloud_words input:nth-last-of-type(2) {
margin-right: 0;
}
#cloud_words_submit {
display: block;
margin-top: 1em;
}
#cloud_create_submit {
margin-top: 1em;
}
.cloud_link {
margin-bottom: 1em;
}
@ -102,3 +111,10 @@ footer, #page-wrap:after {
#cloud_create #ftext_l{
vertical-align: top;
}
#cloud_create label::after{
content: '\00a0:';
}
summary:active, summary:focus {
outline: none;
}