mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
added form buttons
This commit is contained in:
parent
d150675f3e
commit
d7621e594c
2 changed files with 7 additions and 2 deletions
|
@ -76,7 +76,7 @@ body {
|
|||
.button:visited {
|
||||
color:white;
|
||||
}
|
||||
input.button {
|
||||
input.button, button.button {
|
||||
font-size: 1em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
</select>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="privacy">Post privacy</label>
|
||||
<label for="privacy" class="large">Post privacy</label>
|
||||
<select>
|
||||
<option value="public">Public</option>
|
||||
<option value="unlisted">Unlisted</option>
|
||||
|
@ -50,6 +50,11 @@
|
|||
<label for="cw-learning" class="large">Learn from posts with content warnings (subjects)</label>
|
||||
<input type="checkbox">
|
||||
</div>
|
||||
<div class="container centred">
|
||||
<button class="button btn-primary"><i class="fas fa-save"></i> Save</button>
|
||||
<a href="/" class="button btn-secondary"><i class="fas fa-times"></i> Cancel</a>
|
||||
<a href="#" class="button btn-secondary"><i class="fas fa-question"></i> Help</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue