mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
various styling fixes
This commit is contained in:
@@ -1,8 +1,33 @@
|
||||
label,
|
||||
label input,
|
||||
label textarea {
|
||||
label textarea,
|
||||
label select {
|
||||
display: block;
|
||||
width: 240px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.Collapsible {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.Collapsible__contentInner label,
|
||||
.Collapsible__contentInner label input,
|
||||
.Collapsible__contentInner label textarea,
|
||||
.Collapsible__contentInner label select {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.Collapsible__contentInner {
|
||||
padding-top: 12px;
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.Collapsible__trigger.is-closed:before {
|
||||
content: "> ";
|
||||
}
|
||||
.Collapsible__trigger.is-open:before {
|
||||
content: "< ";
|
||||
}
|
||||
|
||||
textarea.address {
|
||||
@@ -14,7 +39,9 @@ textarea.body {
|
||||
}
|
||||
|
||||
button {
|
||||
margin-top: 12px;
|
||||
display: block;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.home {
|
||||
@@ -25,6 +52,3 @@ button {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
embed {
|
||||
flex: 1 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user