mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
b7b7792899
commit
f48d831728
4 changed files with 20 additions and 16 deletions
|
@ -5,7 +5,6 @@
|
|||
.kuiLocalBreadcrumbs {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
padding-left: $localNavSideSpacing; /* 1 */
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
.kuiLocalMenu {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.kuiLocalMenuItem {
|
||||
|
|
|
@ -23,13 +23,14 @@
|
|||
*/
|
||||
.kuiLocalNavRow {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: stretch;
|
||||
justify-content: space-between;
|
||||
min-height: 32px; /* 1 */
|
||||
}
|
||||
|
||||
.kuiLocalNavRow__section {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
27
ui_framework/dist/ui_framework.css
vendored
27
ui_framework/dist/ui_framework.css
vendored
|
@ -1368,7 +1368,6 @@ body {
|
|||
-webkit-align-items: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
padding-left: 10px;
|
||||
/* 1 */ }
|
||||
|
||||
|
@ -1702,11 +1701,10 @@ body {
|
|||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
height: 100%; }
|
||||
-webkit-box-align: stretch;
|
||||
-webkit-align-items: stretch;
|
||||
-ms-flex-align: stretch;
|
||||
align-items: stretch; }
|
||||
|
||||
.kuiLocalMenuItem {
|
||||
display: -webkit-box;
|
||||
|
@ -1785,10 +1783,10 @@ body {
|
|||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-box-align: stretch;
|
||||
-webkit-align-items: stretch;
|
||||
-ms-flex-align: stretch;
|
||||
align-items: stretch;
|
||||
-webkit-box-pack: justify;
|
||||
-webkit-justify-content: space-between;
|
||||
-ms-flex-pack: justify;
|
||||
|
@ -1797,7 +1795,14 @@ body {
|
|||
/* 1 */ }
|
||||
|
||||
.kuiLocalNavRow__section {
|
||||
height: 100%; }
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: stretch;
|
||||
-webkit-align-items: stretch;
|
||||
-ms-flex-align: stretch;
|
||||
align-items: stretch; }
|
||||
|
||||
/**
|
||||
* 1. We make this row flex-start because it usually contains a search input, which may expand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue