Fixed width on form and changed copy
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user