Grammalecte  Diff

Differences From Artifact [4703efb0b2]:

To Artifact [4c07e86380]:


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;
}