Grammalecte  Diff

Differences From Artifact [4ea20bf8f5]:

To Artifact [f3d95db8cd]:


151
152
153
154
155
156
157
158

159
160
161
162


163
164
165
166

167
168
169
170
171

172
173
174
175
176
177
178
151
152
153
154
155
156
157

158
159
160
161

162
163
164
165
166

167
168
169
170
171

172
173
174
175
176
177
178
179







-
+



-
+
+



-
+




-
+







    border-top: 1px solid hsl(210, 20%, 88%);
    font-size: 14px;
}

/*
    Help
*/
#help_page {
#ui_options_page {
    display: none;
    padding: 20px;
}
#help_page h2 {
#ui_options_page h2 {
    margin-top: 10px;
    font: bold 20px 'Yanone Kaffeesatz', "Oswald", "Liberation Sans Narrow", sans-serif;
    color: hsl(210, 50%, 50%);
}
#help_page .shortcut {
#ui_options_page .shortcut {
    margin-top: 10px;
    font-weight: bold;
    font-size: 13px;
}
#help_page .shortcut_label {
#ui_options_page .shortcut_label {
    margin-left: 30px;
}

/*
    Grammar checking options
*/
#gc_options_page {
228
229
230
231
232
233
234





235

236
237
238
239
240
241

242
243
244
245
246
247

248
249
250
251
252
253
254
229
230
231
232
233
234
235
236
237
238
239
240

241
242
243
244
245
246

247
248
249
250
251
252

253
254
255
256
257
258
259
260







+
+
+
+
+
-
+





-
+





-
+







#dictionaries_info {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px;
    background-color: hsl(0, 50%, 40%);
    color: hsl(0, 10%, 96%);
}


/*
    Options
*/
.dict_section {
.option_section {
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: hsl(210, 20%, 96%);
}
.dict_section label {
.option_section label {
    font-size: 16px;
    line-height: 20px;
    color: hsl(210, 20%, 50%);
    font-weight: bold;
}
.dict_description {
.option_description {
    padding: 0 0 0 20px;
    color: hsl(0, 0%, 0%);
    font-size: 12px;
}


/*