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

View File

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