From c4a9ac94b4dcc050461be73e8d566a92f1539c24 Mon Sep 17 00:00:00 2001 From: Sam Lanning Date: Sat, 23 Jan 2016 16:00:07 +0000 Subject: [PATCH] Improve Confirmation Dialog Some basic modifications to the Confirmation Dialog: * Always attached to regardless of view that called it. * Always centered horizontally on screen. * A black semi-transparent overlay is now displayed over everything, and under the dialog. * Various other style changes. fixes #389 // FREEBIE --- background.html | 10 ++++--- js/views/whisper_view.js | 2 +- stylesheets/_conversation.scss | 50 +++++++++++++++++++++++++++------- stylesheets/manifest.css | 40 +++++++++++++++++++++------ 4 files changed, 78 insertions(+), 24 deletions(-) diff --git a/background.html b/background.html index 3d9ff300..bc86e1ad 100644 --- a/background.html +++ b/background.html @@ -74,10 +74,12 @@