Fossil SCM

Minor style tweaks after trying the editor in different skins.

stephan 2020-07-31 12:35 ajax-wiki-editor
Commit 7418144b3f5ef3933c60913fe5084112143d5c3867b6c06793dc68c546578b39
1 file changed +7 -2
--- src/style.wikiedit.css
+++ src/style.wikiedit.css
@@ -3,14 +3,16 @@
33
cursor: wait;
44
}
55
body.wikiedit textarea,
66
body.wikiedit textarea:focus,
77
body.wikiedit input,
8
-body.wikiedit input:focus{
8
+body.wikiedit input:focus,
9
+body.wikiedit select,
10
+body.wikiedit select:focus{
911
/* The sudden appearance of a border (as in the Ardoise skin)
1012
shifts the layout in unsightly ways */
11
- border: revert;
13
+ border: initial;
1214
}
1315
body.wikiedit div.wikiedit-preview {
1416
margin: 0;
1517
padding: 0;
1618
}
@@ -50,10 +52,12 @@
5052
flex-direction: column;
5153
align-items: start;
5254
}
5355
body.wikiedit .WikiList select {
5456
font-size: 110%;
57
+ margin: initial;
58
+ height: initial /* some skins set these to a fix height */;
5559
}
5660
body.wikiedit .WikiList select option {
5761
margin: 0.5em 0;
5862
}
5963
body.wikiedit .WikiList select option.stashed::before {
@@ -72,10 +76,11 @@
7276
/* Needed for wide diffs */
7377
overflow: auto;
7478
}
7579
body.wikiedit .WikiList fieldset {
7680
padding: 0.25em;
81
+ border-width: 1px /* Ardoise skin sets this to 0 */;
7782
}
7883
body.wikiedit .WikiList legend {
7984
font-size: 90%;
8085
}
8186
body.wikiedit .WikiList fieldset > :not(legend) {
8287
--- src/style.wikiedit.css
+++ src/style.wikiedit.css
@@ -3,14 +3,16 @@
3 cursor: wait;
4 }
5 body.wikiedit textarea,
6 body.wikiedit textarea:focus,
7 body.wikiedit input,
8 body.wikiedit input:focus{
 
 
9 /* The sudden appearance of a border (as in the Ardoise skin)
10 shifts the layout in unsightly ways */
11 border: revert;
12 }
13 body.wikiedit div.wikiedit-preview {
14 margin: 0;
15 padding: 0;
16 }
@@ -50,10 +52,12 @@
50 flex-direction: column;
51 align-items: start;
52 }
53 body.wikiedit .WikiList select {
54 font-size: 110%;
 
 
55 }
56 body.wikiedit .WikiList select option {
57 margin: 0.5em 0;
58 }
59 body.wikiedit .WikiList select option.stashed::before {
@@ -72,10 +76,11 @@
72 /* Needed for wide diffs */
73 overflow: auto;
74 }
75 body.wikiedit .WikiList fieldset {
76 padding: 0.25em;
 
77 }
78 body.wikiedit .WikiList legend {
79 font-size: 90%;
80 }
81 body.wikiedit .WikiList fieldset > :not(legend) {
82
--- src/style.wikiedit.css
+++ src/style.wikiedit.css
@@ -3,14 +3,16 @@
3 cursor: wait;
4 }
5 body.wikiedit textarea,
6 body.wikiedit textarea:focus,
7 body.wikiedit input,
8 body.wikiedit input:focus,
9 body.wikiedit select,
10 body.wikiedit select:focus{
11 /* The sudden appearance of a border (as in the Ardoise skin)
12 shifts the layout in unsightly ways */
13 border: initial;
14 }
15 body.wikiedit div.wikiedit-preview {
16 margin: 0;
17 padding: 0;
18 }
@@ -50,10 +52,12 @@
52 flex-direction: column;
53 align-items: start;
54 }
55 body.wikiedit .WikiList select {
56 font-size: 110%;
57 margin: initial;
58 height: initial /* some skins set these to a fix height */;
59 }
60 body.wikiedit .WikiList select option {
61 margin: 0.5em 0;
62 }
63 body.wikiedit .WikiList select option.stashed::before {
@@ -72,10 +76,11 @@
76 /* Needed for wide diffs */
77 overflow: auto;
78 }
79 body.wikiedit .WikiList fieldset {
80 padding: 0.25em;
81 border-width: 1px /* Ardoise skin sets this to 0 */;
82 }
83 body.wikiedit .WikiList legend {
84 font-size: 90%;
85 }
86 body.wikiedit .WikiList fieldset > :not(legend) {
87

Keyboard Shortcuts

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