summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-08-05 12:20:38 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-08-05 12:20:43 +0200
commit760585e7c98acaffa9f0d605124fe43d701dd118 (patch)
tree3c3fc53028c84ae5240e898e7a099c402906ccf0 /skins
parentcd943ab071ece4b5bb0161f5cf6a6ff1f7144f9d (diff)
Don't change alignment for regular labels with input and text
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/styles.css3
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;
}