diff options
| author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-05 08:07:47 +0200 |
|---|---|---|
| committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-05 08:08:29 +0200 |
| commit | 2e32add616487b66c902e1607e083b749792cdbd (patch) | |
| tree | f6f27572d19dd40bbe27add57b9a71e4ec680b7f | |
| parent | e8b45a6e0faee3dd3f76f17f21eca7feb800f3e1 (diff) | |
Set input field padding up again. That is by design.
| -rw-r--r-- | skins/larry/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 063e79335..e793fabbb 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -41,7 +41,7 @@ input[type="text"], input[type="password"], textarea { margin: 0; /* Safari by default adds a margin */ - padding: 3px; + padding: 4px; border: 1px solid #b2b2b2; border-radius: 4px; box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1); |
