Fossil SCM
Added a bit of vertical space around input controls on the forumedit page so things aren't jammed right up against each other.
Commit
7876ead740f7bad40ef0a4ef561358134c9b9dc39f64f7d96644d16d0ca303b9
Parent
002635cc3613c3e…
1 file changed
+4
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -176,10 +176,14 @@ | ||
| 176 | 176 | } |
| 177 | 177 | |
| 178 | 178 | textarea.wikiedit { |
| 179 | 179 | font-size: 1em; /* monospace fonts tend to be smaller; compensate */ |
| 180 | 180 | } |
| 181 | + | |
| 182 | +body.cpage-forumnew form input { | |
| 183 | + margin: 0.5em 0; | |
| 184 | +} | |
| 181 | 185 | |
| 182 | 186 | |
| 183 | 187 | /* Tickets */ |
| 184 | 188 | |
| 185 | 189 | table.report { |
| 186 | 190 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -176,10 +176,14 @@ | |
| 176 | } |
| 177 | |
| 178 | textarea.wikiedit { |
| 179 | font-size: 1em; /* monospace fonts tend to be smaller; compensate */ |
| 180 | } |
| 181 | |
| 182 | |
| 183 | /* Tickets */ |
| 184 | |
| 185 | table.report { |
| 186 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -176,10 +176,14 @@ | |
| 176 | } |
| 177 | |
| 178 | textarea.wikiedit { |
| 179 | font-size: 1em; /* monospace fonts tend to be smaller; compensate */ |
| 180 | } |
| 181 | |
| 182 | body.cpage-forumnew form input { |
| 183 | margin: 0.5em 0; |
| 184 | } |
| 185 | |
| 186 | |
| 187 | /* Tickets */ |
| 188 | |
| 189 | table.report { |
| 190 |