mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-22 09:27:39 +02:00
CSS: Add styles for responsive tab bar
This commit is contained in:
parent
d16b74a945
commit
9f9cd71d02
@ -13,6 +13,7 @@
|
||||
|
||||
.tabs {
|
||||
height: 2.6em;
|
||||
padding-right: 3em;
|
||||
|
||||
a {
|
||||
padding: 0 1em;
|
||||
@ -44,6 +45,12 @@
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
&.additional-items {
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
.tabs > .dropdown-nav-item > a,
|
||||
|
Loading…
x
Reference in New Issue
Block a user