Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / examples / menu / menus.css
index 175457c..fe68a6f 100644 (file)
@@ -1,11 +1,11 @@
 /*!
- * Ext JS Library 3.0.0
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
+ * Ext JS Library 3.3.1
+ * Copyright(c) 2006-2010 Sencha Inc.
+ * licensing@sencha.com
+ * http://www.sencha.com/license
  */
 #container {
-    width:600px;
+    width:650px;
     height:300px;
     border:3px solid #c3daf9;
 }
     font:bold 10px tahoma,arial,verdana,sans-serif;
     display:block;
     padding:3px;
+}
+
+.user {
+    background-image:url(../shared/icons/fam/user.gif) !important
+}
+.edit {
+    background-image:url(../desktop/images/im32x32.gif) !important;
+}
+.add {
+    background-image:url(../button/images/add.gif) !important;
 }
\ No newline at end of file