File Browser

New: File Browser to navigate to folders when choosing paths
This commit is contained in:
Mark McDowall
2014-12-15 23:28:55 -08:00
parent a55a77cb5b
commit 85a9b74008
51 changed files with 955 additions and 228 deletions
+13 -5
View File
@@ -126,20 +126,28 @@ li.add-new:hover {
}
.root-folders-modal {
overflow: visible;
overflow : visible;
.root-folders-list {
overflow: auto;
max-height: 300px;
overflow : auto;
max-height : 300px;
i {
.clickable();
}
}
.validation-errors {
display: none;
display : none;
}
.input-group {
.form-control {
background-color: white;
background-color : white;
}
}
.root-folders {
margin-top : 20px;
}
}