Fossil SCM
Generalized the selector targeting the forum post editor controls to add a bit more vertical space around them so that it works for editing and replying to existing posts as well.
Commit
ef69f9294c8ff48fc0cac40eea4953a13d2e08ba9181217950579dca77579d77
Parent
5ead5d6d4928e99…
1 file changed
+1
-1
+1
-1
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -170,11 +170,11 @@ | ||
| 170 | 170 | |
| 171 | 171 | textarea.wikiedit { |
| 172 | 172 | font-size: 1em; /* monospace fonts tend to be smaller; compensate */ |
| 173 | 173 | } |
| 174 | 174 | |
| 175 | -body.cpage-forumnew form input { | |
| 175 | +.forum form input { | |
| 176 | 176 | margin: 0.5em 0; |
| 177 | 177 | } |
| 178 | 178 | |
| 179 | 179 | |
| 180 | 180 | /* Markdown and Wiki-formatted pages: /wiki, /doc, /file... |
| 181 | 181 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -170,11 +170,11 @@ | |
| 170 | |
| 171 | textarea.wikiedit { |
| 172 | font-size: 1em; /* monospace fonts tend to be smaller; compensate */ |
| 173 | } |
| 174 | |
| 175 | body.cpage-forumnew form input { |
| 176 | margin: 0.5em 0; |
| 177 | } |
| 178 | |
| 179 | |
| 180 | /* Markdown and Wiki-formatted pages: /wiki, /doc, /file... |
| 181 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -170,11 +170,11 @@ | |
| 170 | |
| 171 | textarea.wikiedit { |
| 172 | font-size: 1em; /* monospace fonts tend to be smaller; compensate */ |
| 173 | } |
| 174 | |
| 175 | .forum form input { |
| 176 | margin: 0.5em 0; |
| 177 | } |
| 178 | |
| 179 | |
| 180 | /* Markdown and Wiki-formatted pages: /wiki, /doc, /file... |
| 181 |