From faf4d76bac211a32f9caa7ebd9796ee590333d80 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Wed, 15 Feb 2012 11:49:41 +0000 Subject: [PATCH] Adding a 20px left and right margin to the delay, wait, and error screens. close #1117 --- resources/static/dialog/css/popup.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/static/dialog/css/popup.css b/resources/static/dialog/css/popup.css index 82879bd3f..bc9d94b5d 100644 --- a/resources/static/dialog/css/popup.css +++ b/resources/static/dialog/css/popup.css @@ -132,6 +132,9 @@ section > .contents { color: #777; } +#wait .vertical, #error .vertical, #delay .vertical { + padding: 0 20px; +} #formWrap { background-color: #fff; -- GitLab