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