[enh] Vertical centering for chevron-right on list-group.

This commit is contained in:
opi 2014-05-09 13:52:42 +02:00
parent 33569b8fd4
commit 873f260459
2 changed files with 7 additions and 1 deletions

View file

@ -268,3 +268,9 @@ select option[default] {
}
.list-group-item .pull-right.fa-chevron-right {
position: absolute;
right: 1em;
top: 50%;
margin-top: -0.5em;
}

2
css/style.min.css vendored

File diff suppressed because one or more lines are too long