Allow direct navigation (i.e. typing of paths) in the file manager. Fixes #1911

This commit is contained in:
Harshal Dhumal
2017-02-03 10:51:36 +01:00
committed by Dave Page
parent 687a793383
commit 4ef26a528b
7 changed files with 627 additions and 268 deletions
@@ -15,19 +15,17 @@
top: 35px;
}
#uploader h1 {
#uploader .input-path {
font-size: 14px;
margin: 0;
margin-left: 5px;
padding: 0;
display: block;
float: left;
text-align: left;
line-height:1.9em;
max-width: 367px;
line-height:1.6em;
width: calc(100% - 72px);
text-overflow: ellipsis;
overflow: hidden;
color: #999;
}
#uploader h1 b {