Updated jinja templates and css to better enable product alteration
This commit is contained in:
@@ -27,7 +27,7 @@ h2 {
|
||||
gap: 1em 1em;
|
||||
}
|
||||
|
||||
.input-form input, .input-form select, .input-form option, .input-form textarea {
|
||||
.input-form-row input, .input-form-row select, .input-form-row option, .input-form-row textarea {
|
||||
width: 100%;
|
||||
padding: 0 0 0 10px;
|
||||
margin: 0;
|
||||
@@ -56,12 +56,12 @@ h2 {
|
||||
}
|
||||
}
|
||||
|
||||
.input-form textarea {
|
||||
.input-form-row textarea {
|
||||
min-height: 120px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.input-form input[type="submit"] {
|
||||
.input-form-row input[type="submit"] {
|
||||
border: none;
|
||||
display:block;
|
||||
background-color: rgba(255, 255, 255, .10);
|
||||
|
||||
Reference in New Issue
Block a user