Differences From Artifact [3c2820e837]:
- File gc_lang/fr/webext/content_scripts/message_box.css — part of check-in [76ed45b2f4] at 2017-11-01 20:07:39 on branch trunk — [fx] WebExt: CSS protection > text-align: left; (user: olr, size: 1633) [annotate] [blame] [check-ins using]
To Artifact [ef382191cd]:
- File gc_lang/fr/webext/content_scripts/message_box.css — part of check-in [c60b538430] at 2017-11-25 16:17:44 on branch trunk — [core][fx][fr] merge Lexicographe: detection of most common locutions (user: olr, size: 1651) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 11 12 13 |
/*
CSS
Message box for Grammalecte
*/
.grammalecte_message_box {
position: fixed;
padding: 0;
margin: 0;
top: 50%;
left: 50%;
width: 400px;
margin-left: -200px;
| > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
/*
CSS
Message box for Grammalecte
*/
.grammalecte_message_box {
all: initial;
position: fixed;
padding: 0;
margin: 0;
top: 50%;
left: 50%;
width: 400px;
margin-left: -200px;
|
| ︙ | ︙ |