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.
Commit
a767b75e8ffaaf8f8851b90f69b67eeec0f57454742de609382db71f6321cb6c
Parent
fd903e92c2187d3…
1 file changed
+4
-2
+4
-2
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -973,13 +973,15 @@ | ||
| 973 | 973 | div.forumpost-single-controls { |
| 974 | 974 | /* UI controls along the bottom of a single post |
| 975 | 975 | ** in the thread view. */ |
| 976 | 976 | } |
| 977 | 977 | .forum div > form { |
| 978 | - width: 100%; | |
| 979 | 978 | margin: 0.5em 0; |
| 980 | - display: block; | |
| 979 | + display: inline-block; | |
| 980 | +} | |
| 981 | +body.cpage-forumedit div > form { | |
| 982 | + width: 100%; | |
| 981 | 983 | } |
| 982 | 984 | .forum div > form > * { |
| 983 | 985 | margin-bottom: 0.35em; |
| 984 | 986 | } |
| 985 | 987 | .forum-post-collapser { |
| 986 | 988 |
| --- 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 |