From 19de1dc925e518886c01dcb424e9377495147713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 23 Jul 2013 07:43:13 +0200 Subject: [PATCH] The email input is now wider. re #53 --- styles/style-default.css | 4 ++++ styles/style-eink.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/styles/style-default.css b/styles/style-default.css index 4306fc5..0b24f74 100644 --- a/styles/style-default.css +++ b/styles/style-default.css @@ -55,6 +55,10 @@ a:hover { color:#000; text-decoration: none; } margin: 20px auto; } +input[type=email] { +width: 300px; +} + .filtered { display: none; } diff --git a/styles/style-eink.css b/styles/style-eink.css index 8201411..efa0aa1 100644 --- a/styles/style-eink.css +++ b/styles/style-eink.css @@ -60,6 +60,10 @@ a:hover { color:#000; text-decoration: none; } margin: 20px auto; } +input[type=email] { +width: 300px; +} + .filtered { display: none; }