Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / examples / resizable / basic.css
index 6af7abf..1db78bf 100644 (file)
@@ -1,38 +1,38 @@
 /*!
- * Ext JS Library 3.1.1
- * Copyright(c) 2006-2010 Ext JS, LLC
+ * Ext JS Library 3.2.0
+ * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
-#basic, #animated {\r
-    border:1px solid #c3daf9;\r
-    color:#1e4e8f;\r
-    font:bold 14px tahoma,verdana,helvetica;\r
-    text-align:center;\r
-    padding-top:20px;\r
-        width:200px;\r
-        height:80px;\r
-}\r
-#snap {\r
-    border:1px solid #c3daf9;\r
-    overflow:hidden;\r
-}\r
-#custom {\r
-    cursor:move;\r
-}\r
-#custom-rzwrap{\r
-    z-index: 10000;\r
-}\r
-#custom-rzwrap .x-resizable-handle{\r
-    width:11px;\r
-    height:11px;\r
-    background:transparent url(../../resources/images/sizer/square.gif) no-repeat;\r
-    margin:0px;\r
-        line-height:11px;\r
-}\r
-#custom-rzwrap .x-resizable-handle-east, #custom-rzwrap .x-resizable-handle-west{\r
-    top:45%;\r
-}\r
-#custom-rzwrap .x-resizable-handle-north, #custom-rzwrap .x-resizable-handle-south{\r
-    left:45%;\r
+#basic, #animated {
+    border:1px solid #c3daf9;
+    color:#1e4e8f;
+    font:bold 14px tahoma,verdana,helvetica;
+    text-align:center;
+    padding-top:20px;
+        width:200px;
+        height:80px;
+}
+#snap {
+    border:1px solid #c3daf9;
+    overflow:hidden;
+}
+#custom {
+    cursor:move;
+}
+#custom-rzwrap{
+    z-index: 10000;
+}
+#custom-rzwrap .x-resizable-handle{
+    width:11px;
+    height:11px;
+    background:transparent url(../../resources/images/sizer/square.gif) no-repeat;
+    margin:0px;
+        line-height:11px;
+}
+#custom-rzwrap .x-resizable-handle-east, #custom-rzwrap .x-resizable-handle-west{
+    top:45%;
+}
+#custom-rzwrap .x-resizable-handle-north, #custom-rzwrap .x-resizable-handle-south{
+    left:45%;
 }
\ No newline at end of file