From f5ec9aa57408d238efa5eb9bf08cb1526cb3e742 Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Fri, 8 Jun 2012 17:45:00 +0100
Subject: [PATCH] Center the cookies disabled screen.

issue #1719
---
 resources/static/dialog/css/popup.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/static/dialog/css/popup.css b/resources/static/dialog/css/popup.css
index 2891c010d..c55543e57 100644
--- a/resources/static/dialog/css/popup.css
+++ b/resources/static/dialog/css/popup.css
@@ -440,7 +440,7 @@ a.emphasize:active {
   min-width: 4em;
 }
 
-.unsupported {
+.unsupported, .cookies_disabled {
   text-align: center;
 }
 
-- 
GitLab