Skip to content

Commit

Permalink
demos/resizable: limited background-position fix to resizable element…
Browse files Browse the repository at this point in the history
… that needs it (with ui-widget-header class)
  • Loading branch information
rdworth committed Dec 30, 2008
1 parent f401cdc commit b5eb519
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion demos/resizable/alsoresize.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.resizable.js"></script>
<style type="text/css">
#resizable, #also { width: 150px; height: 150px; padding: 0.5em; background-position: top left; }
#resizable { background-position: top left; }
#resizable, #also { width: 150px; height: 150px; padding: 0.5em; }
#also { margin-top: 1em; }
</style>
<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion demos/resizable/animate.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.resizable.js"></script>
<style type="text/css">
#resizable { width: 150px; height: 150px; padding: 0.5em; background-position: top left; }
#resizable { width: 150px; height: 150px; padding: 0.5em; }
.ui-resizable-helper { border: 1px dotted gray; }
</style>
<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion demos/resizable/aspectratio.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.resizable.js"></script>
<style type="text/css">
#resizable { width: 160px; height: 90px; padding: 0.5em; background-position: top left; }
#resizable { width: 160px; height: 90px; padding: 0.5em; }
</style>
<script type="text/javascript">
$(function() {
Expand Down

0 comments on commit b5eb519

Please sign in to comment.