#33 improve button style
This commit is contained in:
parent
7097c008e2
commit
71582e235d
3 changed files with 7 additions and 2 deletions
|
@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|||
- horizontal spacing for header (from @Spegeli) and style
|
||||
- fix: restore focus on reload
|
||||
- Added $config['prefer_plaintext'] = true; Prefer HTML or Text and removed toggle buttons.
|
||||
|
||||
- #33 improve button style
|
||||
|
||||
### Added
|
||||
- Added multiple domain support (https://github.com/synox/disposable-mailbox/issues/21)
|
||||
|
|
|
@ -115,7 +115,8 @@ $purifier = new HTMLPurifier($purifier_config);
|
|||
?>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -49,5 +49,9 @@ header {
|
|||
|
||||
.random-column {
|
||||
border-left: 1px dashed #333;
|
||||
}
|
||||
|
||||
.random-button {
|
||||
height: 48px;
|
||||
padding: 10px;
|
||||
}
|
Loading…
Reference in a new issue