Left-align quick actions

This commit is contained in:
Eric Lippmann 2016-11-29 15:24:13 +01:00
parent 0c2e8abc0e
commit 5a9540aa95
1 changed files with 4 additions and 8 deletions

View File

@ -129,20 +129,16 @@
// Quick actions
.quick-actions {
ul {
// Center horizontally
display: table;
margin: 0 auto;
}
li {
border-right: 1px solid fade(@icinga-blue, 50%);
color: @icinga-blue;
padding: 0 0.6em;
}
li:first-child {
padding-left: 0;
}
li:last-child {
border-right: none;
padding-right: 0;
}
}