Merge pull request #416 from Graphicnerd/7.1.5

Updated the sortable frame in Umbraco Backoffice
This commit is contained in:
Sebastiaan Janssen
2014-08-19 14:02:28 +02:00
2 changed files with 4 additions and 2 deletions

View File

@@ -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;

View File

@@ -1,6 +1,7 @@
#sortableFrame #sortableFrame
{ {
height: 270px; min-height: 270px;
height: auto;
overflow: auto; overflow: auto;
} }