Differences From Artifact [4703efb0b2]:
- File gc_lang/fr/webext/content_scripts/panel_gc.css — part of check-in [a54db46fa5] at 2019-05-11 07:17:04 on branch trunk — [fx] gc panel: fix CSS nightmare (user: olr, size: 6747) [annotate] [blame] [check-ins using]
To Artifact [4c07e86380]:
- File gc_lang/fr/webext/content_scripts/panel_gc.css — part of check-in [b2ff105df5] at 2019-05-12 16:47:00 on branch trunk — [fx] gc panel, conjugueur: ui adjustments (user: olr, size: 6764) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 |
/*
Grammar checker
*/
div#grammalecte_gc_panel_content {
position: absolute;
height: 100%;
margin: 0;
overflow: auto;
}
div.grammalecte_paragraph_block {
margin: 5px 5px 0 5px;
}
| > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
/*
Grammar checker
*/
div#grammalecte_gc_panel_content {
position: absolute;
height: 100%;
width: 100%;
margin: 0;
overflow: auto;
}
div.grammalecte_paragraph_block {
margin: 5px 5px 0 5px;
}
|
| ︙ | ︙ |