From ae539f68395f9a09dbc04042fa281d97578f0d1e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 23 Jan 2014 20:38:33 +0100 Subject: Style formulaire connexion Termine https://github.com/marienfressinaud/FreshRSS/issues/380 --- p/themes/Dark/global.css | 17 +++++++++++++++++ p/themes/Flat/global.css | 17 +++++++++++++++++ p/themes/Origine/global.css | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) 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%; +} -- cgit v1.2.3