Differences From Artifact [5db3cd8cdb]:
- File src/default.css — part of check-in [1bfa36867d] at 2020-08-25 07:07:45 on branch trunk — Removed some hard tabs in CSS injected by copy/paste from the browser dev tools. (user: stephan size: 27862) [more...]
To Artifact [81d5976a37]:
- File src/default.css — part of check-in [b012ecb714] at 2020-08-30 15:50:22 on branch wikiedit-wysiwyg-legacy — Fixed (removed) wrapping of .input-with-label elements. (user: stephan size: 27885)
︙ | |||
1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 | 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 | + | .input-with-label { border: 1px inset #808080; border-radius: 0.25em; padding: 0.25em 0.4em; margin: 0 0.5em; display: inline-block; cursor: default; white-space: nowrap; } .input-with-label > * { vertical-align: middle; } .input-with-label > label { display: inline; /* some skins set label display to block! */ } |
︙ |