Set focus on pageName

This commit is contained in:
Anders Stentebjerg
2013-11-07 16:30:14 +00:00
parent 7440855c72
commit fa0b3ddab9
2 changed files with 4 additions and 3 deletions

View File

@@ -47,15 +47,15 @@
border: none;
background: none;
margin: 25px 0 0 20px;
padding: 0 0 3px 0;
padding: 0;
height: auto;
width: 100%;
border-bottom: 1px dotted #f8f8f8;
}
.umb-panel-header .umb-headline:hover {
border-bottom: 1px dotted #ccc;
padding: 0 0 3px 0
border-bottom: 1px dotted @grayLight;
color: @black
}
/*

View File

@@ -10,6 +10,7 @@
<input type="text"
class="umb-headline"
localize="placeholder"
select-on-focus
placeholder="@placeholders_nameentity:content.contentTypeName'"
ng-model="content.name" />