Skip to content

Commit

Permalink
Different styling for output area
Browse files Browse the repository at this point in the history
  • Loading branch information
vkaravir committed Jun 8, 2012
1 parent 9fd544c commit be1aa42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parsons.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
margin-left: 0;
border: 1px solid #efefff;;
}
ul.output {
background-color: #FFA;
}
.sortable-code li {
-moz-border-radius:10px;
-webkit-border-radius:10px;
Expand Down
1 change: 1 addition & 0 deletions parsons.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@
},
grid : [that.options.x_indent, 1 ]
});
sortable.addClass("output");
if (this.options.trashId) {
var trash = $("#ul-" + this.options.trashId).sortable(
{
Expand Down

0 comments on commit be1aa42

Please sign in to comment.