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;
|
padding: 15px 20px 10px 20px;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
background: #fff;
|
||||||
}
|
}
|
||||||
.umb-dialog .umb-btn-toolbar .umb-control-group{
|
.umb-dialog .umb-btn-toolbar .umb-control-group{
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#sortableFrame
|
#sortableFrame
|
||||||
{
|
{
|
||||||
height: 270px;
|
min-height: 270px;
|
||||||
|
height: auto;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user