|
@@ -266,15 +266,19 @@ from desktop.views import _ko
|
|
|
|
|
|
|
|
.assist-flex-panel {
|
|
.assist-flex-panel {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
|
|
+ -ms-flex-flow: column nowrap;
|
|
|
flex-flow: column nowrap;
|
|
flex-flow: column nowrap;
|
|
|
align-items: stretch;
|
|
align-items: stretch;
|
|
|
height:100%;
|
|
height:100%;
|
|
|
|
|
+ min-height: 100vh;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.assist-flex-header {
|
|
.assist-flex-header {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
+ -ms-flex: 0 0 25px;
|
|
|
flex: 0 0 25px;
|
|
flex: 0 0 25px;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
}
|
|
}
|
|
@@ -282,6 +286,7 @@ from desktop.views import _ko
|
|
|
.assist-flex-table-search {
|
|
.assist-flex-table-search {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
+ -ms-flex: 0 0 65px;
|
|
|
flex: 0 0 65px;
|
|
flex: 0 0 65px;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
}
|
|
}
|
|
@@ -289,12 +294,14 @@ from desktop.views import _ko
|
|
|
.assist-flex-search {
|
|
.assist-flex-search {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
+ -ms-flex: 0 0 43px;
|
|
|
flex: 0 0 43px;
|
|
flex: 0 0 43px;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.assist-flex-fill {
|
|
.assist-flex-fill {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
+ -ms-flex: 1 1 100%;
|
|
|
flex: 1 1 100%;
|
|
flex: 1 1 100%;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|