summaryrefslogtreecommitdiff
path: root/resources/internal.css
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-07 14:09:37 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-07 14:19:37 +0100
commit1b030bd8dea17ca1d91f68ee05f935e711e747be (patch)
tree6f0446fd45765d12d88c450163b7b8ae2d1fe06a /resources/internal.css
parent8cec045cb7b433a0c0fc8000ad6bd09f67aaa0c8 (diff)
downloadnetsurf-1b030bd8dea17ca1d91f68ee05f935e711e747be.tar.gz
netsurf-1b030bd8dea17ca1d91f68ee05f935e711e747be.tar.bz2
add basic styling to about scheme privacy query page
Diffstat (limited to 'resources/internal.css')
-rw-r--r--resources/internal.css28
1 files changed, 27 insertions, 1 deletions
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;
+}