mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Touching up the global widget management UI a little.
--HG-- branch : dev
This commit is contained in:
@@ -10,9 +10,18 @@ width:35%;
|
|||||||
padding:10px;
|
padding:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#widgets-layers-control label, #widgets-zones h2, #widgets-assistance h3 {
|
||||||
|
font-size:1.077em;
|
||||||
|
padding:2px 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#widgets-layers-control {
|
#widgets-layers-control {
|
||||||
margin-bottom:-20px;
|
margin-bottom:-20px;
|
||||||
}
|
}
|
||||||
|
#widgets-layers-control label {
|
||||||
|
padding:2px 2px;
|
||||||
|
}
|
||||||
#widgets-layers-control form, #widgets-layers-control fieldset {
|
#widgets-layers-control form, #widgets-layers-control fieldset {
|
||||||
display:inline;
|
display:inline;
|
||||||
}
|
}
|
||||||
@@ -44,9 +53,6 @@ position:relative;
|
|||||||
#widgets-zones li:hover, #widgets-zones li.on {
|
#widgets-zones li:hover, #widgets-zones li.on {
|
||||||
border-color:#bfd3a7;
|
border-color:#bfd3a7;
|
||||||
}
|
}
|
||||||
#widgets-zones h2 {
|
|
||||||
font-size:1.077em;
|
|
||||||
}
|
|
||||||
#widgets-available h2 {
|
#widgets-available h2 {
|
||||||
font-size:1.231em;
|
font-size:1.231em;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
document.write("<div id=\"widgets-layer-visibility\"><h5>Hide widgets in other layers:</h5></div>");
|
document.write("<div id=\"widgets-layer-visibility\"><h3>Layers With Widgets:</h3></div>");
|
||||||
//]]>
|
//]]>
|
||||||
</script>
|
</script>
|
||||||
@using(Script.Foot()) {
|
@using(Script.Foot()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user