Fossil SCM

Fixed input-with-label > label style for skins which set label display to block.

stephan 2020-05-17 04:45 fileedit-ajaxify
Commit 0002b7d714552bbfe7046d78010ee43a96ace08fb425d2eb17962128f1504487
1 file changed +3
--- src/style.fileedit.css
+++ src/style.fileedit.css
@@ -305,10 +305,13 @@
305305
cursor: default;
306306
}
307307
.input-with-label > * {
308308
vertical-align: middle;
309309
}
310
+.input-with-label > label {
311
+ display: inline; /* some skins set label display to block! */
312
+}
310313
.input-with-label > input {
311314
margin: 0;
312315
}
313316
.input-with-label > button {
314317
margin: 0;
315318
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button