mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
More changes to the publish UI.
--HG-- branch : dev
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
Parts_Contents_Publish_SummaryAdmin
|
Parts_Contents_Publish_SummaryAdmin
|
||||||
-->
|
-->
|
||||||
<!-- edit "shape" -->
|
<!-- edit "shape" -->
|
||||||
<Place Content_PublishButton="Sidebar:20"/>
|
<Place Content_PublishButton="Sidebar:24"/>
|
||||||
<Place Content_SaveButton="Sidebar:23"/>
|
<Place Content_SaveButton="Sidebar:23"/>
|
||||||
<Match DisplayType="Detail">
|
<Match DisplayType="Detail">
|
||||||
<Place Parts_Contents_Publish="Content:5"/>
|
<Place Parts_Contents_Publish="Content:5"/>
|
||||||
|
@@ -901,7 +901,11 @@ table .button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fieldset.publish-button {
|
fieldset.publish-button {
|
||||||
|
clear:none;
|
||||||
float:left;
|
float:left;
|
||||||
|
margin: 0 12px;
|
||||||
|
padding: 0 12px;
|
||||||
|
border-left:1px solid #ccc;
|
||||||
}
|
}
|
||||||
fieldset.save-button {
|
fieldset.save-button {
|
||||||
clear:none;
|
clear:none;
|
||||||
@@ -912,9 +916,7 @@ fieldset.save-button {
|
|||||||
fieldset.publish-later-datetime {
|
fieldset.publish-later-datetime {
|
||||||
clear:none;
|
clear:none;
|
||||||
float:left;
|
float:left;
|
||||||
margin: 0 0 0 12px;
|
margin: 0 6px;
|
||||||
padding:0 0 0 12px;
|
|
||||||
border-left:1px solid #ccc;
|
|
||||||
}
|
}
|
||||||
fieldset.publish-later-datetime legend {
|
fieldset.publish-later-datetime legend {
|
||||||
display:none;
|
display:none;
|
||||||
|
Reference in New Issue
Block a user