Stupid button
This commit is contained in:
parent
aac8203e01
commit
4f29037df7
|
@ -84,6 +84,13 @@
|
|||
resize: vertical;
|
||||
}
|
||||
|
||||
.form-checkbox {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
gap: 1em;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.form-button {
|
||||
border: outset var(--light-blue);
|
||||
background-color: var(--light-blue);
|
||||
|
|
|
@ -37,9 +37,9 @@
|
|||
autofocus => undef
|
||||
) %>
|
||||
</div>
|
||||
<div class="form-field">
|
||||
<%= label_for bump => 'Bump' %>
|
||||
<div class="form-checkbox">
|
||||
<%= check_box bump => 1, id => 'bump', checked => undef %>
|
||||
<%= label_for bump => 'Bump' %>
|
||||
</div>
|
||||
<button type="submit" class="form-button">Post</button>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue
Block a user