Differences From Artifact [f637f1110a]:
- File gc_lang/fr/mailext/content/lex_editor.css — part of check-in [a9234a6ef3] at 2019-09-02 13:13:27 on branch tbme — [tb] adaptation to new API (draft) (user: olr, size: 1319) [annotate] [blame] [check-ins using]
- File gc_lang/fr/tb/content/lex_editor.css — part of check-in [81f4f65958] at 2018-03-28 13:15:21 on branch multid — [tb] lexicon editor: import dictionary (user: olr, size: 1319) [annotate] [blame] [check-ins using]
To Artifact [d28ca8e3b0]:
- File gc_lang/fr/mailext/content/lex_editor.css — part of check-in [6b3259a6bb] at 2019-09-03 18:45:38 on branch tbme — [tb] ui and code update (user: olr, size: 1466) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - + |
/* CSS */
button {
font-weight: bold;
}
/*
Dictionary
|
| ︙ | |||
78 79 80 81 82 83 84 85 86 87 88 89 90 91 | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | + + + + + + |
*/
#lexicon_table {
width: 600px;
height: 650px;
}
.list_header {
padding: 2px 10px;
font-weight: bold;
background-color: hsl(0, 0%, 95%);
border-bottom: 1px solid hsl(0, 0%, 50%);
}
.info_label {
width: 120px;
}
.data {
width: 90px;
}
|
| ︙ |