Fossil SCM

Revert part of [268bb7394713e22e] so that the Close button on forum posts is not on its own line. Apply the 100% form element width change only to forms on the forumedit page.

stephan 2024-09-18 19:14 trunk
Commit a767b75e8ffaaf8f8851b90f69b67eeec0f57454742de609382db71f6321cb6c
1 file changed +4 -2
+4 -2
--- src/default.css
+++ src/default.css
@@ -973,13 +973,15 @@
973973
div.forumpost-single-controls {
974974
/* UI controls along the bottom of a single post
975975
** in the thread view. */
976976
}
977977
.forum div > form {
978
- width: 100%;
979978
margin: 0.5em 0;
980
- display: block;
979
+ display: inline-block;
980
+}
981
+body.cpage-forumedit div > form {
982
+ width: 100%;
981983
}
982984
.forum div > form > * {
983985
margin-bottom: 0.35em;
984986
}
985987
.forum-post-collapser {
986988
--- src/default.css
+++ src/default.css
@@ -973,13 +973,15 @@
973 div.forumpost-single-controls {
974 /* UI controls along the bottom of a single post
975 ** in the thread view. */
976 }
977 .forum div > form {
978 width: 100%;
979 margin: 0.5em 0;
980 display: block;
 
 
 
981 }
982 .forum div > form > * {
983 margin-bottom: 0.35em;
984 }
985 .forum-post-collapser {
986
--- src/default.css
+++ src/default.css
@@ -973,13 +973,15 @@
973 div.forumpost-single-controls {
974 /* UI controls along the bottom of a single post
975 ** in the thread view. */
976 }
977 .forum div > form {
 
978 margin: 0.5em 0;
979 display: inline-block;
980 }
981 body.cpage-forumedit div > form {
982 width: 100%;
983 }
984 .forum div > form > * {
985 margin-bottom: 0.35em;
986 }
987 .forum-post-collapser {
988

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button