r2219 - trunk/demos/resizable
Author: cloudream@gmail.com
Date: Sun Mar 8 07:16:10 2009
New Revision: 2219
Modified:
trunk/demos/resizable/helper.html
Log:
Demo: resizable helper
Modified: trunk/demos/resizable/helper.html
==============================================================================
--- trunk/demos/resizable/helper.html (original)
+++ trunk/demos/resizable/helper.html Sun Mar 8 07:16:10 2009
@@ -10,7 +10,7 @@
<style type="text/css">
#resizable { width: 150px; height: 150px; padding: 0.5em; }
#resizable h3 { text-align: center; margin: 0; }
- .ui-resizable-helper { border: 5px dotted gray; }
+ .ui-resizable-helper { border: 2px dotted #00F; }
</style>
<script type="text/javascript">
$(function() {