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:07:47 +0200 |
commit | 4478eb31b3b6d2d000852ae6c8925f5c6ec1d8e0 (patch) | |
tree | ed02126be3d62032e938b1b5b8a6d2a54fb71fe0 /skins/larry/styles.css | |
parent | 77fad166e30e5fd225495c6c78f525d0ce27c7b3 (diff) |
Set input field padding up again. That is by design.
Diffstat (limited to 'skins/larry/styles.css')
-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); |