aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Dark/global.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-23 20:38:33 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-23 20:38:33 +0100
commitae539f68395f9a09dbc04042fa281d97578f0d1e (patch)
tree4a28ef1bf8e13b3c6cf8f34b34f90060e602c317 /p/themes/Dark/global.css
parent4985e457eb004a4455148802a52ad14d81e7276f (diff)
Style formulaire connexion
Termine https://github.com/marienfressinaud/FreshRSS/issues/380
Diffstat (limited to 'p/themes/Dark/global.css')
-rw-r--r--p/themes/Dark/global.css17
1 files changed, 17 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%;
+}