Overview
Comment:Fix bouton visibilité mot de passe sur mobile
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: a2544d6b5788ae372d1b353c7aaafde934cdbe5d
User & Date: bohwaz on 2019-01-10 11:13:25
Other Links: manifest | tags
Context
2019-01-11
17:34
ne rien envoyer avant d'avoir vérifier toutes les adresses email destinataires check-in: 0a9b20204a user: bohwaz tags: trunk
2019-01-10
11:13
Fix bouton visibilité mot de passe sur mobile check-in: a2544d6b57 user: bohwaz tags: trunk, stable
2019-01-09
21:56
Affichage des contributions en nature dans le compte de résultat check-in: 8666b175a3 user: bohwaz tags: trunk, stable
Changes

Modified src/www/admin/static/admin.css from [3930ef3cf0] to [0909cedb7e].

332
333
334
335
336
337
338

339
340
341

342
343
344
345
346
347
348

input.resetButton {
    padding: .1em;
    margin-left: 1em;
}

input[type=button].showPassword {

    margin-left: -2em;
    margin-right: 1em;
    background: none;

}

input[type=button].showPassword:hover {
    background: none;
}

.loader {







>



>







332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350

input.resetButton {
    padding: .1em;
    margin-left: 1em;
}

input[type=button].showPassword {
    position: absolute;
    margin-left: -2em;
    margin-right: 1em;
    background: none;
    margin-top: .1em;
}

input[type=button].showPassword:hover {
    background: none;
}

.loader {