Differences From Artifact [2bf7166364]:
- File gc_lang/fr/tb/content/lex_editor.css — part of check-in [d21c8802ec] at 2018-03-19 18:57:36 on branch multid — [tb] lexicon editor: delete selected items (user: olr, size: 1013) [annotate] [blame] [check-ins using]
To Artifact [bcaa37e951]:
- File gc_lang/fr/tb/content/lex_editor.css — part of check-in [93888e7c05] at 2018-03-21 17:06:25 on branch multid — [tb] lexicon editor: ui update > search tab + info tab (user: olr, size: 1286) [annotate] [blame] [check-ins using]
| ︙ | |||
84 85 86 87 88 89 90 91 | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | + + + + + + + + + + + + + + + + + + + + + + + + |
.info_label {
width: 120px;
}
.data {
width: 90px;
}
/*
Search tab
*/
#search_table {
width: 600px;
height: 650px;
}
description {
width: 200px;
}
/*
Informations tab
*/
#tags_table {
width: 600px;
height: 650px;
font-family: "Courier new", "Ubuntu Mono", Courier, Consolas, monospace;
}
|