diff options
| author | 2014-01-23 20:38:33 +0100 | |
|---|---|---|
| committer | 2014-01-23 20:38:33 +0100 | |
| commit | ae539f68395f9a09dbc04042fa281d97578f0d1e (patch) | |
| tree | 4a28ef1bf8e13b3c6cf8f34b34f90060e602c317 | |
| parent | 4985e457eb004a4455148802a52ad14d81e7276f (diff) | |
Style formulaire connexion
Termine https://github.com/marienfressinaud/FreshRSS/issues/380
| -rw-r--r-- | p/themes/Dark/global.css | 17 | ||||
| -rw-r--r-- | p/themes/Flat/global.css | 17 | ||||
| -rw-r--r-- | p/themes/Origine/global.css | 17 |
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%; +} |
