Grammalecte  Check-in [987a57cf67]

Overview
Comment:[fx] test panel: CSS adjustments
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fx
Files: files | file ages | folders
SHA3-256: 987a57cf6773772da7fb2e9e77c50382aeea8b20f05bf13874b05d6c525abbcc
User & Date: olr on 2019-08-11 11:04:20
Other Links: manifest | tags
Context
2019-08-11
15:51
[fr] mise à jour du dictionnaire: v6.4.2 check-in: e1e62de9cb user: olr tags: trunk, fr, v1.3
11:04
[fx] test panel: CSS adjustments check-in: 987a57cf67 user: olr tags: trunk, fx
08:44
[fr] ajustements check-in: 7d899ac572 user: olr tags: trunk, fr
Changes

Modified gc_lang/fr/webext/panel/main.css from [c9cd00a302] to [1b8ebe2e86].

326
327
328
329
330
331
332

333
334
335
336
337
338
339
340
341
342
}

#tests_result {
    padding: 15px;
}

#test_page .button {

    display: inline-block;
    padding: 5px;
    width: 140px;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}









>

|
<







326
327
328
329
330
331
332
333
334
335

336
337
338
339
340
341
342
}

#tests_result {
    padding: 15px;
}

#test_page .button {
    margin: 2px;
    display: inline-block;
    padding: 5px 10px;

    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}