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