Fixed width on form and changed copy

This commit is contained in:
Simon Busborg
2016-06-23 15:11:01 +02:00
parent 2a7c50f114
commit e2826e36ef
2 changed files with 9 additions and 9 deletions

View File

@@ -131,15 +131,15 @@
<i class="icon-check" draggable="false"></i>
</div>
<h3><strong>Packed was installed</strong></h3>
<p class="faded">
Yippy, the package was installed successfully now let's take it to use.
<h3><strong>The package was installed</strong></h3>
<p class="faded width-8 ma-center">
The package was installed successfully Click the button so that Umbraco can refresh and be package will appear in your list of packages.
</p>
<button type="button"
class="umb-era-button -blue ma-center mt-3"
ng-click="vm.reloadView()">
Go to at package details
Proceed
</button>
</div>

View File

@@ -271,7 +271,7 @@
<div class="umb-info-local-items">
<form novalidate name="localPackageForm">
<form novalidate name="localPackageForm" class="width-100">
<div class="umb-package-icon">
<i ng-if="!vm.localPackage.icon" class="icon-box"></i>
<img ng-if="vm.localPackage.icon" ng-src="{{vm.localPackage.icon}}" alt="" />
@@ -337,15 +337,15 @@
<i class="icon-check" draggable="false"></i>
</div>
<h3><strong>Packed was installed</strong></h3>
<p class="faded">
Yippy, the package was installed successfully now let's take it to use.
<h3><strong>The package was installed</strong></h3>
<p class="faded width-8 ma-center">
The package was installed successfully Click the button so that Umbraco can refresh and be package will appear in your list of packages.
</p>
<button type="button"
class="umb-era-button -blue ma-center mt-3"
ng-click="vm.reloadView()">
Go to at package details
Proceed
</button>
</div>