62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
if they are changed here: see fossil.page.config.editStateMarkers */
content: "[*] ";
}
body.wikiedit .WikiList select option.stashed-new::before {
content: "[+] ";
}
body.wikiedit textarea {
max-width: calc(100% - 1em);
}
body.wikiedit .tabs .tab-panel {
/* Needed for wide diffs */
overflow: auto;
}
body.wikiedit .WikiList fieldset {
padding: 0.25em;
|
|
|
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
if they are changed here: see fossil.page.config.editStateMarkers */
content: "[*] ";
}
body.wikiedit .WikiList select option.stashed-new::before {
content: "[+] ";
}
body.wikiedit textarea {
max-width: initial;
}
body.wikiedit .tabs .tab-panel {
/* Needed for wide diffs */
overflow: auto;
}
body.wikiedit .WikiList fieldset {
padding: 0.25em;
|