From 71582e235d304c14009deb411271d0281a97dd7d Mon Sep 17 00:00:00 2001 From: Synox Date: Fri, 19 Jan 2018 20:35:48 +0100 Subject: [PATCH] #33 improve button style --- CHANGELOG.md | 2 +- src/frontend.template.php | 3 ++- src/style.css | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d8a56..d39a3c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/frontend.template.php b/src/frontend.template.php index 59c8e03..c34b7f6 100644 --- a/src/frontend.template.php +++ b/src/frontend.template.php @@ -115,7 +115,8 @@ $purifier = new HTMLPurifier($purifier_config); ?>
- Generate + Generate Random
diff --git a/src/style.css b/src/style.css index 4344f6c..de9345d 100644 --- a/src/style.css +++ b/src/style.css @@ -49,5 +49,9 @@ header { .random-column { border-left: 1px dashed #333; +} +.random-button { + height: 48px; + padding: 10px; } \ No newline at end of file