mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Added CSS so delete button renders next to the save button.
--HG-- branch : dev
This commit is contained in:
@@ -865,18 +865,17 @@ table.items th, table.items td {
|
|||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.publish-button {
|
fieldset.publish-button, fieldset.delete-button, fieldset.save-button {
|
||||||
clear:none;
|
clear:none;
|
||||||
float:left;
|
float:left;
|
||||||
|
}
|
||||||
|
fieldset.publish-button {
|
||||||
margin: 0 12px;
|
margin: 0 12px;
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
border-left:1px solid #ccc;
|
border-left:1px solid #ccc;
|
||||||
}
|
}
|
||||||
fieldset.save-button {
|
fieldset.delete-button {
|
||||||
clear:none;
|
margin: 0 0 0 12px;
|
||||||
float:left;
|
|
||||||
padding-right:0;
|
|
||||||
width:auto;
|
|
||||||
}
|
}
|
||||||
fieldset.publish-later-datetime {
|
fieldset.publish-later-datetime {
|
||||||
float:left;
|
float:left;
|
||||||
|
Reference in New Issue
Block a user