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 {
|
.button:visited {
|
||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
input.button {
|
input.button, button.button {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<label for="privacy">Post privacy</label>
|
<label for="privacy" class="large">Post privacy</label>
|
||||||
<select>
|
<select>
|
||||||
<option value="public">Public</option>
|
<option value="public">Public</option>
|
||||||
<option value="unlisted">Unlisted</option>
|
<option value="unlisted">Unlisted</option>
|
||||||
|
@ -50,6 +50,11 @@
|
||||||
<label for="cw-learning" class="large">Learn from posts with content warnings (subjects)</label>
|
<label for="cw-learning" class="large">Learn from posts with content warnings (subjects)</label>
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
</div>
|
</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>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue