Differences From Artifact [5d06e06499]:
- File src/default_css.txt — part of check-in [fd138236c9] at 2020-04-27 08:31:42 on branch skinedit-css-list — /setup_skinedit, when editing CSS, now shows the list of built-in CSS selectors, as mentioned in [https://fossil-scm.org/forum/forumpost/b2d7ce8ab1|/forumpost/b2d7ce8ab1]. (user: stephan size: 16207) [more...]
To Artifact [ea36eb0622]:
- File src/default_css.txt — part of check-in [b5e3bc9e41] at 2020-05-01 07:47:30 on branch checkin-without-checkout — Got basic /fileedit page skeleton in place. It can load/display a file, with some limits, but cannot yet do anything with it. (user: stephan size: 16390)
| ︙ | ︙ | |||
858 859 860 861 862 863 864 |
// border: 1px solid black;
// vertical-align: top;
// }
// #setup_skinedit_css_defaults > tbody > tr > td:nth-of-type(2) > div {
// max-width: 30em;
// overflow: auto;
// }
| > > > > > > > > > | 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 |
// border: 1px solid black;
// vertical-align: top;
// }
// #setup_skinedit_css_defaults > tbody > tr > td:nth-of-type(2) > div {
// max-width: 30em;
// overflow: auto;
// }
// .fileedit-XXX => /fileedit page
.fileedit-form textarea {
width: 100%;
}
.fileedit-form .fileedit-options {
padding: 0.5em;
margin: 1em 0 0 0;
border: 2px inset #a0a0a0;
}
|