diff options
| author | 2012-10-25 19:06:32 +0200 | |
|---|---|---|
| committer | 2012-10-25 19:06:32 +0200 | |
| commit | 3ff51a59ba97f3ef1df3c26df16d9a3ab5789843 (patch) | |
| tree | 89de7b553f5b8240ad0d9f766800973f9845a121 /public/theme/base.css | |
| parent | 48a1aa7d52e712d5f64a33a003b31f23a00b99f5 (diff) | |
Ajout fonctionnalité connexion avec Persona (à améliorer sans doute)
Diffstat (limited to 'public/theme/base.css')
| -rw-r--r-- | public/theme/base.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/theme/base.css b/public/theme/base.css index 7be77c863..298e43672 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -55,7 +55,7 @@ form { color: #3366cc !important; border: 1px solid #3366cc !important; } - input[type="text"], input[type="url"], input[type="number"], textarea { + input[type="text"], input[type="url"], input[type="email"], input[type="number"], textarea { display: block; width: 430px; max-width: 95%; @@ -196,6 +196,7 @@ form { max-width: 800px; line-height: 180%; background: #fafafa; + vertical-align: top; } #top { width: 100%; |
