summaryrefslogtreecommitdiff
path: root/resources/internal.css
diff options
context:
space:
mode:
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;
+}