Fixed float issue with pager.

--HG--
branch : 1.x
This commit is contained in:
jowall
2011-04-04 12:06:20 -07:00
parent eac0abe812
commit 6660e0c0f8
2 changed files with 3 additions and 7 deletions

View File

@@ -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) {

View File

@@ -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;