mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
hide more stuff in collapsables
This commit is contained in:
@@ -3,7 +3,7 @@ label input,
|
||||
label textarea,
|
||||
label select {
|
||||
display: block;
|
||||
width: 240px;
|
||||
width: 340px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
@@ -30,12 +30,16 @@ label select {
|
||||
content: "< ";
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
textarea.address {
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
textarea.body {
|
||||
height: 240px;
|
||||
height: 340px;
|
||||
}
|
||||
|
||||
button {
|
||||
|
||||
Reference in New Issue
Block a user