r1295 - trunk/demos/resizable

r1295 - trunk/demos/resizable


Author: rdworth
Date: Mon Dec 29 21:49:01 2008
New Revision: 1295
Modified:
trunk/demos/resizable/alsoresize.html
trunk/demos/resizable/animate.html
trunk/demos/resizable/aspectratio.html
Log:
demos/resizable: limited background-position fix to resizable element that
needs it (with ui-widget-header class)
Modified: trunk/demos/resizable/alsoresize.html
==============================================================================
--- trunk/demos/resizable/alsoresize.html    (original)
+++ trunk/demos/resizable/alsoresize.html    Mon Dec 29 21:49:01 2008
@@ -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">
Modified: trunk/demos/resizable/animate.html
==============================================================================
--- trunk/demos/resizable/animate.html    (original)
+++ trunk/demos/resizable/animate.html    Mon Dec 29 21:49:01 2008
@@ -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">
Modified: trunk/demos/resizable/aspectratio.html
==============================================================================
--- trunk/demos/resizable/aspectratio.html    (original)
+++ trunk/demos/resizable/aspectratio.html    Mon Dec 29 21:49:01 2008
@@ -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() {