Fixes styling on installer alert box so it's contained within the pane

This commit is contained in:
Shannon
2014-06-26 13:58:09 +10:00
parent 5a3890159f
commit 9da7d56b9c

View File

@@ -98,16 +98,17 @@
</cc1:Pane>
<asp:Panel ID="pane_acceptLicense" runat="server" Visible="false">
<br />
<div class="alert alert-warning">
<p>
<strong>Please note:</strong> Installing a package containing several items and
files can take some time. Do not refresh the page or navigate away before, the installer
notifies you the install is completed.
</p>
</div>
<cc1:Pane ID="pane_acceptLicenseInner" runat="server">
<div class="alert alert-warning">
<p>
<strong>Please note:</strong> Installing a package containing several items and
files can take some time. Do not refresh the page or navigate away before, the installer
notifies you the install is completed.
</p>
</div>
<cc1:PropertyPanel ID="PropertyPanel3" runat="server" Text="Name">
<asp:Label ID="LabelName" runat="server" /></cc1:PropertyPanel>
<cc1:PropertyPanel ID="PropertyPanel5" runat="server" Text="Author">