mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 12:03:51 +08:00
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:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user