mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Removed gray box that contained the save button. Work Item: 16999
--HG-- branch : dev
This commit is contained in:
@@ -859,21 +859,6 @@ table.items th, table.items td {
|
|||||||
}
|
}
|
||||||
/* Core Contents and Orchard.PublishLater */
|
/* Core Contents and Orchard.PublishLater */
|
||||||
|
|
||||||
|
|
||||||
.edit-item-sidebar
|
|
||||||
{
|
|
||||||
border:1px solid #d3d3d3;
|
|
||||||
padding:8px;
|
|
||||||
|
|
||||||
/*CSS3 properties*/
|
|
||||||
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f7f7f7', endColorstr='#f5f5f5');
|
|
||||||
background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f5f5f5));
|
|
||||||
background: -moz-linear-gradient(top, #f7f7f7, #f5f5f5);
|
|
||||||
border-radius: 3px;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.edit-item-sidebar fieldset {
|
.edit-item-sidebar fieldset {
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
|
Reference in New Issue
Block a user