mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Left-align quick actions
This commit is contained in:
parent
0c2e8abc0e
commit
5a9540aa95
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user