diff --git a/www/drive/app-drive.less b/www/drive/app-drive.less index 4c0ff9723..083eeebe4 100644 --- a/www/drive/app-drive.less +++ b/www/drive/app-drive.less @@ -512,7 +512,11 @@ span { } input { width: 100%; - margin-top: 5px; + margin: 0; + padding: 0; + border-radius: 0; + border: 1px solid #ddd; + font-size: 14px; } .cp-app-drive-element-state { position: absolute; @@ -568,6 +572,11 @@ span { } li { display: table-row; + input { + border: 1px solid #ddd; + margin: 0; + padding: 0 4px; + } &> span { padding: 0 5px; display: table-cell; diff --git a/www/drive/inner.js b/www/drive/inner.js index 2f5ff9fa0..cbeb0b08f 100644 --- a/www/drive/inner.js +++ b/www/drive/inner.js @@ -2232,7 +2232,7 @@ define([ // Only Trash and Root are available in not-owned files manager if (!path || displayedCategories.indexOf(path[0]) === -1) { - log(Messages.categoryError); + log(Messages.fm_categoryError); currentPath = [ROOT]; _displayDirectory(currentPath); return;