From 1b030bd8dea17ca1d91f68ee05f935e711e747be Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 7 Aug 2019 14:09:37 +0100 Subject: add basic styling to about scheme privacy query page --- resources/internal.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'resources/internal.css') diff --git a/resources/internal.css b/resources/internal.css index 5e5dbf216..8de8ab41b 100644 --- a/resources/internal.css +++ b/resources/internal.css @@ -238,7 +238,7 @@ p.imagecachelist span { } /* - * authentication styling + * authentication query styling */ body#authentication { @@ -278,3 +278,29 @@ body#authentication div#buttons { text-align: right; margin-right: 1em; } + +/* + * privacy query styling + */ + +body#privacy { + max-width: 34em; +} + +body#privacy form { + /* Just to center the form on the page */ + margin: 0 auto; + /* To see the outline of the form */ + padding: 1em; + border: 1px solid #CCC; + border-radius: 1em; +} + +body#privacy form div + div { + margin-top: 1em; +} + +body#privacy div#buttons { + text-align: right; + margin-right: 1em; +} -- cgit v1.2.3