mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
f9a10bc345
commit
17d0f7be5e
@ -97,20 +97,15 @@
|
|||||||
& > .controls {
|
& > .controls {
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
|
||||||
> * {
|
padding-left: @gutter;
|
||||||
margin-left: @gutter !important;
|
padding-right: @gutter;
|
||||||
margin-right: @gutter !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
> ul {
|
> .tabs {
|
||||||
margin-left: 0 !important;
|
// Remove gutter for tabs
|
||||||
margin-right: 0 !important;
|
margin-left: -1 * @gutter;
|
||||||
|
margin-right: -1 * @gutter;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 1em gutter of containers is maintained by padding of content and margin of every element in controls. We're not
|
|
||||||
// setting padding to .container because else horizontally scrolled .content may overflow .controls when scrolled
|
|
||||||
// vertically
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user