-
Notifications
You must be signed in to change notification settings - Fork 0
/
languagetool.css
58 lines (49 loc) · 1.18 KB
/
languagetool.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
body #checktextpara .mceEditor table td {
width: auto;
}
body div#menu_checktext_spellcheckermenu table#menu_checktext_spellcheckermenu_tbl td {
width: auto;
}
p#checktextpara {
position: relative;
float: none;
clear: both;
}
p#checktextpara p {
float: none;
}
p#checktextpara table {
margin: 10px 10px 10px 10px;
width: 99%;
display: table;
float: none;
}
.errorMarker {
/* font-weight: bold; */
padding-bottom: 2px;
background-image: url("../images/squiggle.png");
background-repeat: repeat-x;
background-position: left bottom;
vertical-align: text-top;
}
.hiddenSpellError {
padding-bottom: 2px;
background-image: url("images/squiggle_red.png");
background-repeat: repeat-x;
background-position: left bottom;
cursor: default;
}
.hiddenGrammarError {
padding-bottom: 2px;
background-image: url("images/squiggle.png");
background-repeat: repeat-x;
background-position: left bottom;
cursor: default;
}
.hiddenGreenError {
padding-bottom: 2px;
background-image: url("images/squiggle_green.png");
background-repeat: repeat-x;
background-position: left bottom;
cursor: default;
}