Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7

This commit is contained in:
Shannon
2016-01-21 19:33:55 +01:00
2 changed files with 5 additions and 1 deletions

View File

@@ -368,6 +368,10 @@ div.locked:before{
border-top: 1px solid #efefef;
}
.umb-actions li.sep:first-child {
border-top: none;
}
.umb-actions a {
white-space: nowrap;
display: block;

View File

@@ -40,7 +40,7 @@
</div>
<umb-control-group label="Enter a folder name" hide-label="false">
<input type="text" name="folderName" ng-model="model.folderName" class="umb-textstring textstring input-block-level" required />
<input type="text" name="folderName" ng-model="model.folderName" class="umb-textstring textstring input-block-level" umb-auto-focus required />
</umb-control-group>
<button type="submit" class="btn btn-primary"><localize key="general_create">Create</localize></button>