mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
Changed Widget Layers to Widget Zones and removed some unused CSS.
--HG-- branch : dev
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</div>
|
||||
|
||||
<div class="widgets-availableLayers">
|
||||
<h2>Widget Layers</h2>
|
||||
<h2>Widget Zones</h2>
|
||||
|
||||
<fieldset>
|
||||
<div>
|
||||
|
@@ -140,22 +140,6 @@ p {
|
||||
border-top: 1px solid #999;
|
||||
margin-top:12px;
|
||||
}
|
||||
|
||||
/*Two Sidebars on */
|
||||
.has-sidebars #content {
|
||||
background-color:#e8e8e8;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.has-sidebars .sidebar {
|
||||
background-color:#f6f6f6;
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.has-sidebars .primary, .has-sidebars .secondary, .has-sidebars #content {
|
||||
float:left;
|
||||
}
|
||||
|
||||
|
||||
/* Navigation */
|
||||
|
||||
|
Reference in New Issue
Block a user