mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Switching the layer visibility and zone preview image sections.
--HG-- branch : dev
This commit is contained in:
@@ -168,7 +168,7 @@ margin-top:5px;
|
||||
}
|
||||
|
||||
#widgets-theme-zone-preview {
|
||||
margin:30px 0 20px;
|
||||
margin:20px 0 0;
|
||||
}
|
||||
|
||||
#main #widgets-layer-visibility h3 {
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
<div id="layout-widgets-assistance">
|
||||
<div id="widgets-assistance">
|
||||
<div class="widgets-container">
|
||||
@Display.WidgetSimplePreview(ZonePreviewImage: Model.ZonePreviewImage, CurrentTheme: Model.CurrentTheme)
|
||||
@Display.WidgetLayerVisibility(Layers: Model.Layers, CurrentLayer: Model.CurrentLayer)
|
||||
@Display.WidgetSimplePreview(ZonePreviewImage: Model.ZonePreviewImage, CurrentTheme: Model.CurrentTheme)
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user