Differences From Artifact [4d09c5b867]:
- File gc_lang/fr/webext/panel/lex_editor.css — part of check-in [b9f0eaf6cb] at 2018-03-28 18:35:12 on branch multid — [fx] lexicon editor: import dictionary (user: olr, size: 5805) [annotate] [blame] [check-ins using] [more...]
To Artifact [62f94b1b3b]:
- File gc_lang/fr/webext/panel/lex_editor.css — part of check-in [e8db9a5dd5] at 2018-04-02 14:04:50 on branch trunk — [fx] main panel: update information (user: olr, size: 5830) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
327 328 329 330 331 332 333 334 335 336 337 338 339 340 | 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 | + |
th {
padding: 5px 10px;
border-left: 1px solid hsl(210, 10%, 90%);
text-align: left;
}
td {
padding: 0 10px;
vertical-align: top;
}
.delete_entry {
cursor: pointer;
font-weight: bold;
color: hsl(0, 100%, 50%);
}
|
| ︙ |