fixes: U4-10521 Creating new folders from the media picker no longer works

(cherry picked from commit 1cc3b39601)

# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/common/overlays/mediaPicker/mediapicker.html
This commit is contained in:
Mads Rasmussen
2017-10-11 10:18:40 +02:00
committed by Sebastiaan Janssen
parent 5df4d3509d
commit fb8c519f71
2 changed files with 8 additions and 1 deletions

View File

@@ -35,3 +35,10 @@
margin-right: 5px;
color: @gray-7;
}
input.umb-breadcrumbs__add-ancestor {
height: 25px;
margin-top: -2px;
margin-left: 3px;
width: 100px;
}

View File

@@ -55,7 +55,7 @@
<input
type="text"
class="input-foldername input-mini inline"
class="umb-breadcrumbs__add-ancestor"
ng-show="showFolderInput"
ng-model="newFolderName"
ng-keydown="enterSubmitFolder($event)"