Skip to content

Commit

Permalink
Merge pull request #313 from darthtang/Issue300Fix
Browse files Browse the repository at this point in the history
Update LayoutEditor.css
  • Loading branch information
mattlorimer committed Aug 14, 2015
2 parents af01138 + 7e40773 commit 753d472
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions modules/ModuleBuilder/tpls/LayoutEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@
}
#toolbox { background:#f7f7f7; float:left; width: 175px; padding:5px; margin:10px 10px; border: 1px solid #cccccc;}
#panels {
float:right;
padding:5px 10px 5px 5px;
margin-left:20px;
border: 1px solid #cccccc;
width:100%;
border: 1px solid #cccccc;
float: right;
margin-left: 200px;
padding: 5px 10px 5px 5px;
position: absolute;
width: 100%;

}
.le_panel {
background: #eee;
Expand Down Expand Up @@ -113,4 +115,4 @@ body > .le_panel .le_edit, #toolbox .le_panel .le_edit {

#delete{
text-align:center;
}
}

0 comments on commit 753d472

Please sign in to comment.