source: sandbox/expressoMail1_2/corretor_ortografico/spell_checker/css/spell_checker.css @ 2554

Revision 2554, 1.9 KB checked in by nathalie.silva, 14 years ago (diff)

Ticket #891 - alterada as tags da palavra sublinhada - de div pra span no iframe - Nathalie

Line 
1.status {
2        color: #FF0000;
3        padding-left: 150px;
4        white-space: nowrap;
5}
6
7.spell_container {
8
9}
10
11.suggestion_box {
12        background-color: #E8F1FF;
13        border: 1px solid #000000;
14        position: absolute;
15        padding: 2px 2px 2px 2px;
16        text-align: left;
17
18        outline: none; outline-style: none; -moz-outline-style:none; outline-style: 0px;
19  _moz_resizing: false;
20       
21       
22}
23.suggestion {
24        cursor: pointer;
25        text-decoration: underline;
26        font-family: Verdana, Arial, Helvetica, sans-serif;
27        font-size: 11px;
28        color: #000000;
29        border: 0px;
30       
31}
32
33.focus{
34  outline: none; border: 0px; outline-style: none; -moz-outline-style:none; outline-style: 0px;
35  _moz_resizing: false;
36
37}
38
39
40
41.corrected_word
42{
43        color: #005500;
44}
45
46
47.ignore {
48        cursor: pointer;
49        text-decoration: underline;
50        font-family: Verdana, Arial, Helvetica, sans-serif;
51        font-size: 11px;
52        color: #005500;
53}
54
55.addtoDictionary {
56        background-color:  #E8F1FF;
57        cursor: pointer;
58        text-decoration: underline;
59        font-family: Verdana, Arial, Helvetica, sans-serif;
60        font-size: 11px;
61        color: #000000;
62}
63
64.edit_box {
65        background-color: #FFFFFF;
66        overflow: auto;
67       
68}
69.edit_box1 {
70        background-color: #FFFFFF;
71        color: #000000;
72        font-family: Verdana, Arial, Helvetica, sans-serif;
73        font-size: 11px;
74        padding-top: 2px;
75        padding-left: 2px;
76        overflow: auto;
77}
78
79.text_box {
80        background-color: #FFFFFF;
81        color: #000000;
82        font-family: Verdana, Arial, Helvetica, sans-serif;
83        font-size: 11px;
84}
85.highlight {
86        color: #FF0000;
87        cursor: pointer;
88        font-family: Verdana, Arial, Helvetica, sans-serif;
89        font-size: 11px;
90        text-decoration: underline;       
91       
92
93}
94.no_misspellings {
95        color: #009933;
96}
97.check_spelling {
98        color: #0066CC;
99        text-decoration: underline;
100        cursor: pointer;
101}
102.resume_editing {
103        color: #009933;
104        text-decoration: underline;
105        cursor: pointer;
106}
107
108body {
109   white-space: nowrap;
110   
111
112
113}
Note: See TracBrowser for help on using the repository browser.