#33 improve button style
This commit is contained in:
parent
7097c008e2
commit
71582e235d
|
@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
||||||
- horizontal spacing for header (from @Spegeli) and style
|
- horizontal spacing for header (from @Spegeli) and style
|
||||||
- fix: restore focus on reload
|
- fix: restore focus on reload
|
||||||
- Added $config['prefer_plaintext'] = true; Prefer HTML or Text and removed toggle buttons.
|
- Added $config['prefer_plaintext'] = true; Prefer HTML or Text and removed toggle buttons.
|
||||||
|
- #33 improve button style
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added multiple domain support (https://github.com/synox/disposable-mailbox/issues/21)
|
- Added multiple domain support (https://github.com/synox/disposable-mailbox/issues/21)
|
||||||
|
|
|
@ -115,7 +115,8 @@ $purifier = new HTMLPurifier($purifier_config);
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-3 col-md-4 col-sm-12 col-xs-12 random-column">
|
<div class="col-lg-3 col-md-4 col-sm-12 col-xs-12 random-column">
|
||||||
<a role="button" href="?random=true" class="btn btn-outline-primary col-sm-12 col-xs-12">Generate
|
<a role="button" href="?random=true"
|
||||||
|
class="btn btn-outline-primary col-sm-12 col-xs-12 random-button">Generate
|
||||||
Random</a>
|
Random</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -49,5 +49,9 @@ header {
|
||||||
|
|
||||||
.random-column {
|
.random-column {
|
||||||
border-left: 1px dashed #333;
|
border-left: 1px dashed #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.random-button {
|
||||||
|
height: 48px;
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user