mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Left-align quick actions
This commit is contained in:
parent
0c2e8abc0e
commit
5a9540aa95
@ -129,20 +129,16 @@
|
|||||||
|
|
||||||
// Quick actions
|
// Quick actions
|
||||||
.quick-actions {
|
.quick-actions {
|
||||||
ul {
|
|
||||||
// Center horizontally
|
|
||||||
display: table;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
li {
|
||||||
border-right: 1px solid fade(@icinga-blue, 50%);
|
|
||||||
color: @icinga-blue;
|
color: @icinga-blue;
|
||||||
padding: 0 0.6em;
|
padding: 0 0.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li:first-child {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
li:last-child {
|
li:last-child {
|
||||||
border-right: none;
|
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user