Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 7622189

Browse files
Pull dialog buttons to the right
1 parent b23d1b9 commit 7622189

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/Our.Umbraco.DocTypeGridEditor/Our.Umbraco.DocTypeGridEditor.csproj

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,8 @@
266266
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
267267
</Target>
268268
<PropertyGroup>
269-
<PostBuildEvent>IF %25ComputerName%25 == MBP13-PC-BC (
270-
IF NOT "$(SolutionDir)" == "*Undefined*" (
271-
xcopy /s /y "$(TargetPath)" "C:\Users\Matt\Work\TheOutfield\Umbrella\Carlsberg\Pegasus2\carlsberggroup.com\bin"
272-
xcopy /s /y "$(TargetDir)$(ProjectName).pdb" "C:\Users\Matt\Work\TheOutfield\Umbrella\Carlsberg\Pegasus2\carlsberggroup.com\bin"
273-
xcopy /s /y "$(ProjectDir)Web\UI\*.*" "C:\Users\Matt\Work\TheOutfield\Umbrella\Carlsberg\Pegasus2\carlsberggroup.com"
274-
)
275-
)</PostBuildEvent>
269+
<PostBuildEvent>
270+
</PostBuildEvent>
276271
</PropertyGroup>
277272
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
278273
Other similar extension points exist, see Microsoft.Common.targets.

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.dialog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<div class="umb-panel-footer">
2929
<div class="umb-el-wrap umb-panel-buttons">
30-
<div class="btn-toolbar umb-btn-toolbar">
30+
<div class="btn-toolbar umb-btn-toolbar pull-right">
3131

3232
<a href ng-click="close()" class="btn btn-link">
3333
<localize key="general_cancel">Cancel</localize>

0 commit comments

Comments
 (0)