Fossil SCM
Fixed input-with-label > label style for skins which set label display to block.
Commit
0002b7d714552bbfe7046d78010ee43a96ace08fb425d2eb17962128f1504487
Parent
2c4e7c3785d1bfc…
1 file changed
+3
| --- src/style.fileedit.css | ||
| +++ src/style.fileedit.css | ||
| @@ -305,10 +305,13 @@ | ||
| 305 | 305 | cursor: default; |
| 306 | 306 | } |
| 307 | 307 | .input-with-label > * { |
| 308 | 308 | vertical-align: middle; |
| 309 | 309 | } |
| 310 | +.input-with-label > label { | |
| 311 | + display: inline; /* some skins set label display to block! */ | |
| 312 | +} | |
| 310 | 313 | .input-with-label > input { |
| 311 | 314 | margin: 0; |
| 312 | 315 | } |
| 313 | 316 | .input-with-label > button { |
| 314 | 317 | margin: 0; |
| 315 | 318 |
| --- src/style.fileedit.css | |
| +++ src/style.fileedit.css | |
| @@ -305,10 +305,13 @@ | |
| 305 | cursor: default; |
| 306 | } |
| 307 | .input-with-label > * { |
| 308 | vertical-align: middle; |
| 309 | } |
| 310 | .input-with-label > input { |
| 311 | margin: 0; |
| 312 | } |
| 313 | .input-with-label > button { |
| 314 | margin: 0; |
| 315 |
| --- src/style.fileedit.css | |
| +++ src/style.fileedit.css | |
| @@ -305,10 +305,13 @@ | |
| 305 | cursor: default; |
| 306 | } |
| 307 | .input-with-label > * { |
| 308 | vertical-align: middle; |
| 309 | } |
| 310 | .input-with-label > label { |
| 311 | display: inline; /* some skins set label display to block! */ |
| 312 | } |
| 313 | .input-with-label > input { |
| 314 | margin: 0; |
| 315 | } |
| 316 | .input-with-label > button { |
| 317 | margin: 0; |
| 318 |