summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Dark/global.css17
-rw-r--r--p/themes/Flat/global.css17
-rw-r--r--p/themes/Origine/global.css17
3 files changed, 51 insertions, 0 deletions
diff --git a/p/themes/Dark/global.css b/p/themes/Dark/global.css
index b982dd596..4d71c43c5 100644
--- a/p/themes/Dark/global.css
+++ b/p/themes/Dark/global.css
@@ -489,3 +489,20 @@ input, select, textarea {
vertical-align: middle;
line-height: 16px;
}
+
+/* Prompt (centré) */
+.prompt > h1, .prompt > p {
+ text-align:center;
+}
+.prompt > form {
+ margin:1em auto 2.5em auto;
+ width:10em;
+}
+.prompt .btn {
+ display:block;
+ margin:.5em auto;
+}
+.prompt input {
+ margin:.4em auto 1.1em auto;
+ width:99%;
+}
diff --git a/p/themes/Flat/global.css b/p/themes/Flat/global.css
index df9c9f8c9..af1d37549 100644
--- a/p/themes/Flat/global.css
+++ b/p/themes/Flat/global.css
@@ -497,3 +497,20 @@ input, select, textarea {
vertical-align: middle;
line-height: 16px;
}
+
+/* Prompt (centré) */
+.prompt > h1, .prompt > p {
+ text-align:center;
+}
+.prompt > form {
+ margin:1em auto 2.5em auto;
+ width:10em;
+}
+.prompt .btn {
+ display:block;
+ margin:.5em auto;
+}
+.prompt input {
+ margin:.4em auto 1.1em auto;
+ width:99%;
+}
diff --git a/p/themes/Origine/global.css b/p/themes/Origine/global.css
index 23e190330..4a4418dea 100644
--- a/p/themes/Origine/global.css
+++ b/p/themes/Origine/global.css
@@ -505,3 +505,20 @@ input, select, textarea {
vertical-align: middle;
line-height: 16px;
}
+
+/* Prompt (centré) */
+.prompt > h1, .prompt > p {
+ text-align:center;
+}
+.prompt > form {
+ margin:1em auto 2.5em auto;
+ width:10em;
+}
+.prompt .btn {
+ display:block;
+ margin:.5em auto;
+}
+.prompt input {
+ margin:.4em auto 1.1em auto;
+ width:99%;
+}