Differences From Artifact [01c9f687e4]:
- File src/style.wikiedit.css — part of check-in [9edbb7eab1] at 2020-08-24 20:49:12 on branch misc-js-experiments — Experimentally added '?' help buttons in wikiedit. Experimentally emit all fossil.XYZ APIs, rather than selected ones, to test whether that reduces overall transmission together with caching. DOM init-time timing workarounds to get confirmer buttons to pin their sizes properly. (user: stephan size: 4856)
To Artifact [43a169e167]:
- File src/style.wikiedit.css — part of check-in [c515e5fd9f] at 2020-08-24 22:20:00 on branch misc-js-experiments — Moved C routines which emit fossil.XYZ JS APIs from style.c to builtin.c, and renamed appropriately. Added flag to output_text_with_line_numbers() to disable emit of JS (needed for fileedit preview, at a minimum). The experimental emitting of all fossil.XYZ APIs at once is now limited to bundled mode, as that's the only place it's potentially of benefit. (user: stephan size: 4854) [more...]
| ︙ | ︙ | |||
187 188 189 190 191 192 193 |
}
body.wikiedit #wikiedit-stash-selector select {
margin: 0 1em 0 0.5em;
height: initial;
font-family: monospace;
flex: 10 1 auto;
}
| < < | 187 188 189 190 191 192 193 194 195 196 197 198 199 |
}
body.wikiedit #wikiedit-stash-selector select {
margin: 0 1em 0 0.5em;
height: initial;
font-family: monospace;
flex: 10 1 auto;
}
body.wikiedit fieldset.page-types-list > div > span {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
}
|