Skip to content

Commit

Permalink
updates the data type view to be consistent with the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Aug 28, 2015
1 parent 1a6988c commit d6d611d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Umbraco.Web.UI.Client/src/views/datatype/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
</div>
</umb-header>

<div class="umb-panel-body umb-scrollable row-fluid">
<div class="tab-content form-horizontal" style="padding-bottom: 90px">
<div class="umb-pane">
<umb-tab-view>
<umb-tab id="tabDataType" rel="DataType" style="display: block;">
<umb-pane>

<umb-property property="properties.selectedEditor">
<div>
Expand Down Expand Up @@ -60,9 +60,9 @@
</div>
</div>

</div>
</div>
</div>
</umb-pane>
</umb-tab>
</umb-tab-view>

</umb-panel>
</form>

0 comments on commit d6d611d

Please sign in to comment.