diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-08-05 12:20:38 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-08-05 12:20:43 +0200 |
commit | 760585e7c98acaffa9f0d605124fe43d701dd118 (patch) | |
tree | 3c3fc53028c84ae5240e898e7a099c402906ccf0 | |
parent | cd943ab071ece4b5bb0161f5cf6a6ff1f7144f9d (diff) |
Don't change alignment for regular labels with input and text
-rw-r--r-- | skins/larry/styles.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 720b21e56..529eb199d 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -94,8 +94,7 @@ textarea.placeholder { } /* fixes vertical alignment of checkboxes and labels */ -label input, -label span { +label input + span { vertical-align: middle; } |