mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixed float issue with pager.
--HG-- branch : 1.x
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
@using (Html.BeginFormAntiForgeryPost(Url.Action("InstallPackageDetails", "PackagingServices", new { packageId = Request.QueryString["packageId"], version = Request.QueryString["version"], sourceId = Request.QueryString["sourceId"], redirectUrl = Request.QueryString["redirectUrl"] }))) {
|
||||
<h3>@T("Installation details").ToString()</h3>
|
||||
<h3>@T("Pick the features you want enabled").ToString()</h3>
|
||||
|
||||
@Html.HiddenFor(m => m.ExtensionDescriptor.Id)
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
}
|
||||
|
||||
<fieldset>
|
||||
<legend>@T("Pick the features you want enabled").ToString()</legend>
|
||||
|
||||
@{ var featureIndex = 0; }
|
||||
@foreach (PackagingInstallFeatureViewModel feature in Model.Features) {
|
||||
|
@@ -60,7 +60,7 @@ header, footer, aside, nav, article { display: block; }
|
||||
/* Clearing Floats
|
||||
***************************************************************/
|
||||
|
||||
.group:after {
|
||||
.group:after, .zone-content:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
@@ -969,11 +969,8 @@ table.items th, table.items td {
|
||||
padding-right: 40px;
|
||||
margin-left: auto;
|
||||
}
|
||||
.page-size-options select {
|
||||
margin-top: 10px;
|
||||
}
|
||||
html.dyn #submit-pager, html.dyn .apply-bulk-actions-auto { display:none; }
|
||||
.pager { list-style: none; padding: 0; margin: 12px 0 0 0;}
|
||||
.pager { list-style: none; padding: 0; margin: 2px 0 0 0;}
|
||||
.pager li {
|
||||
float: left;
|
||||
padding: 0 0 0 0;
|
||||
|
Reference in New Issue
Block a user