mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-09 08:42:14 -04:00
CSS: Layout control contents
This commit is contained in:
parent
b52a4e6341
commit
46ef7e6093
1 changed files with 11 additions and 0 deletions
|
|
@ -80,3 +80,14 @@
|
|||
line-height: 1;
|
||||
margin-top: -.25em;
|
||||
}
|
||||
|
||||
.controls {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
|
||||
.tabs,
|
||||
.filter {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue