Elastic: Fixes in file selector dialog on mobile
This commit is contained in:
parent
178a56449c
commit
6ddf46d474
1 changed files with 14 additions and 4 deletions
|
@ -490,6 +490,15 @@ button.btn {
|
|||
position: relative; // for absolute positioning of searchbar
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
||||
a.button {
|
||||
color: @color-toolbar-button;
|
||||
margin: 0 .3rem;
|
||||
|
||||
&:before {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.header-title {
|
||||
|
@ -533,15 +542,16 @@ button.btn {
|
|||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.selection-list {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.ui-dialog-titlebar {
|
||||
display: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.selection-list {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.selection-list,
|
||||
.selection-content {
|
||||
.header-title {
|
||||
margin-left: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue