Getting the widget layer control and zone view switcher to work better in IE <=8 w/out breaking better browsers.

--HG--
branch : 1.x
This commit is contained in:
Nathan Heskew
2011-04-01 11:02:30 -07:00
parent fca6683d18
commit b3525798cd
2 changed files with 6 additions and 1 deletions

View File

@@ -19,6 +19,9 @@ padding:2px 2px;
}
#widgets-layers-control {
margin-bottom:-20px;
}
#widgets-layers-control form, #widgets-layer-add {
display:inline;
position:relative;
}
#widgets-layers-control label {

View File

@@ -22,5 +22,7 @@
</fieldset>
}
}
@Html.Link(T("Add a new layer...").Text, Url.Action("AddLayer", "Admin", new { area = "Orchard.Widgets", returnUrl }))
<div id="widgets-layer-add">
@Html.Link(T("Add a new layer...").Text, Url.Action("AddLayer", "Admin", new { area = "Orchard.Widgets", returnUrl }))
</div>
</div>