Merge branch 'soon'
This commit is contained in:
commit
1b7b53a164
@ -512,7 +512,11 @@ span {
|
|||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 5px;
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
.cp-app-drive-element-state {
|
.cp-app-drive-element-state {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -568,6 +572,11 @@ span {
|
|||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
|
input {
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 4px;
|
||||||
|
}
|
||||||
&> span {
|
&> span {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
|||||||
@ -2232,7 +2232,7 @@ define([
|
|||||||
|
|
||||||
// Only Trash and Root are available in not-owned files manager
|
// Only Trash and Root are available in not-owned files manager
|
||||||
if (!path || displayedCategories.indexOf(path[0]) === -1) {
|
if (!path || displayedCategories.indexOf(path[0]) === -1) {
|
||||||
log(Messages.categoryError);
|
log(Messages.fm_categoryError);
|
||||||
currentPath = [ROOT];
|
currentPath = [ROOT];
|
||||||
_displayDirectory(currentPath);
|
_displayDirectory(currentPath);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user