Styling improvements in popup
parent
d7fbb1a67f
commit
8f75da7d3c
16
popup.html
16
popup.html
|
@ -7,10 +7,10 @@
|
|||
<title>Indie Wiki Buddy</title>
|
||||
<style>
|
||||
body {
|
||||
width: 550px;
|
||||
max-width: 96%;
|
||||
margin: 10px;
|
||||
font-family: Helvetica, Sans-Serif;
|
||||
width: 42em;
|
||||
max-width: 95%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -118,10 +118,18 @@
|
|||
#toggles input {
|
||||
cursor: pointer;
|
||||
}
|
||||
#toggles > div {
|
||||
line-height: 1.2em;
|
||||
font-size: 1em;
|
||||
}
|
||||
#toggles img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
max-height: 1.2em;
|
||||
}
|
||||
#toggles a {
|
||||
float: right;
|
||||
width: 18px;
|
||||
padding: 0px 10px;
|
||||
padding-right: 10px;
|
||||
clear: both;
|
||||
}
|
||||
#toggles span {
|
||||
|
|
Loading…
Reference in New Issue