use bigger bottom padding instead of line-height to vertical center

This commit is contained in:
Régis Hanol 2015-06-03 12:35:49 +02:00
parent 0013a94692
commit 50a39f7e98

View File

@ -21,14 +21,13 @@ div.poll {
li, .option {
cursor: pointer;
font-size: 1.125em;
line-height: 28px;
}
li[data-poll-option-id] {
color: $option-foreground;
background: $option-background;
box-shadow: inset 0 -6px rgba(0,0,0,.25), inset 0 0 0 100px rgba(0,0,0,0);
padding: .5em .7em;
padding: .5em .7em .7em .5em;
margin-bottom: 10px;
border-radius: 4px;