mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +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;
|
||||
}
|
||||
|
||||
fieldset.publish-button {
|
||||
fieldset.publish-button, fieldset.delete-button, fieldset.save-button {
|
||||
clear:none;
|
||||
float:left;
|
||||
}
|
||||
fieldset.publish-button {
|
||||
margin: 0 12px;
|
||||
padding: 0 12px;
|
||||
border-left:1px solid #ccc;
|
||||
}
|
||||
fieldset.save-button {
|
||||
clear:none;
|
||||
float:left;
|
||||
padding-right:0;
|
||||
width:auto;
|
||||
fieldset.delete-button {
|
||||
margin: 0 0 0 12px;
|
||||
}
|
||||
fieldset.publish-later-datetime {
|
||||
float:left;
|
||||
|
Reference in New Issue
Block a user