mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Vertical centering for chevron-right on list-group.
This commit is contained in:
parent
33569b8fd4
commit
873f260459
2 changed files with 7 additions and 1 deletions
|
@ -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
2
css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue