Setting + popup styling adjustments
parent
c59e552ba6
commit
a399a86528
12
popup.html
12
popup.html
|
@ -47,10 +47,13 @@
|
||||||
background-color: #f5fbff;
|
background-color: #f5fbff;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 3px 0 8px 0;
|
padding: 0 0 12px 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: .85em;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset+fieldset {
|
fieldset+fieldset {
|
||||||
|
@ -58,9 +61,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset>div {
|
fieldset>div {
|
||||||
display: inline-block;
|
margin: 0 .5rem;
|
||||||
margin: .4rem .5rem;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset>span {
|
fieldset>span {
|
||||||
|
@ -70,6 +71,7 @@
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, label, select {
|
input, label, select {
|
||||||
|
@ -175,8 +177,6 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
display: inline-block;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.radioGroup {
|
.radioGroup {
|
||||||
|
|
|
@ -52,9 +52,10 @@
|
||||||
background-color: #f5fbff;
|
background-color: #f5fbff;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 3px 0 8px 0;
|
padding: 0 0 12px 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
|
font-size: .9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset+fieldset {
|
fieldset+fieldset {
|
||||||
|
@ -62,16 +63,19 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset>div {
|
fieldset>div {
|
||||||
margin: .4rem .5rem;
|
margin: 0 .5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset>span {
|
fieldset>span {
|
||||||
margin: .8rem 0 .4rem;
|
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
fieldset>div+span {
|
||||||
|
margin: .8rem 0 .4rem;
|
||||||
|
}
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, label, select {
|
input, label, select {
|
||||||
|
@ -539,7 +543,6 @@
|
||||||
<img src="images/toggle-redirect.png" width="18" height="18" alt="" /> Redirect to
|
<img src="images/toggle-redirect.png" width="18" height="18" alt="" /> Redirect to
|
||||||
indie wiki
|
indie wiki
|
||||||
</div>
|
</div>
|
||||||
<br />
|
|
||||||
<span class="text-sm">When search engine results include a Fandom or Fextralife wiki that has an independent
|
<span class="text-sm">When search engine results include a Fandom or Fextralife wiki that has an independent
|
||||||
alternative, IWB can:</span>
|
alternative, IWB can:</span>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue