mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +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;
|
||||
}
|
||||
|
||||
#widgets-layers-control label, #widgets-zones h2, #widgets-assistance h3 {
|
||||
font-size:1.077em;
|
||||
padding:2px 2px;
|
||||
}
|
||||
|
||||
|
||||
#widgets-layers-control {
|
||||
margin-bottom:-20px;
|
||||
}
|
||||
#widgets-layers-control label {
|
||||
padding:2px 2px;
|
||||
}
|
||||
#widgets-layers-control form, #widgets-layers-control fieldset {
|
||||
display:inline;
|
||||
}
|
||||
@@ -44,9 +53,6 @@ position:relative;
|
||||
#widgets-zones li:hover, #widgets-zones li.on {
|
||||
border-color:#bfd3a7;
|
||||
}
|
||||
#widgets-zones h2 {
|
||||
font-size:1.077em;
|
||||
}
|
||||
#widgets-available h2 {
|
||||
font-size:1.231em;
|
||||
}
|
||||
|
@@ -6,7 +6,7 @@
|
||||
}
|
||||
<script type="text/javascript">
|
||||
//<![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>
|
||||
@using(Script.Foot()) {
|
||||
|
Reference in New Issue
Block a user