mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
set width and height of inputs
This commit is contained in:
@@ -2,6 +2,15 @@ label,
|
|||||||
label input,
|
label input,
|
||||||
label textarea {
|
label textarea {
|
||||||
display: block;
|
display: block;
|
||||||
|
width: 240px;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea.address {
|
||||||
|
height: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea.body {
|
||||||
|
height: 240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|||||||
Reference in New Issue
Block a user