Merge pull request #416 from Graphicnerd/7.1.5
Updated the sortable frame in Umbraco Backoffice
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
padding: 15px 20px 10px 20px;
|
||||
margin-top: 30px;
|
||||
clear: both;
|
||||
background: #fff;
|
||||
}
|
||||
.umb-dialog .umb-btn-toolbar .umb-control-group{
|
||||
border: none;
|
||||
@@ -214,4 +215,4 @@
|
||||
.umb-modal .ysod table {background-color:#ffffcc;width:100%;}
|
||||
.umb-modal .ysod table pre {background-color: inherit;}
|
||||
.umb-modal .ysod table code {background-color: inherit;}
|
||||
.umb-modal .ysod a.btn { margin-top:10px;margin-right:10px;float:right;}
|
||||
.umb-modal .ysod a.btn { margin-top:10px;margin-right:10px;float:right;}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#sortableFrame
|
||||
{
|
||||
height: 270px;
|
||||
min-height: 270px;
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user