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