? itweak-more-file-types.patch
Index: itweak_upload.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/itweak_upload/itweak_upload.css,v
retrieving revision 1.2.2.9
diff -u -p -r1.2.2.9 itweak_upload.css
--- itweak_upload.css	6 Oct 2010 15:10:12 -0000	1.2.2.9
+++ itweak_upload.css	28 Oct 2010 22:50:25 -0000
@@ -74,7 +74,8 @@
 }
 
 #attach-wrapper .mime-odt .mime,
-#attach-wrapper .mime-doc .mime {
+#attach-wrapper .mime-doc .mime,
+#attach-wrapper .mime-docx .mime {
   background-position: center -128px;
 }
 
@@ -82,10 +83,6 @@
   background-position: center -192px;
 }
 
-#attach-wrapper .mime-gif .mime {
-  background-position: center -384px;
-}
-
 #attach-wrapper .mime-gz .mime {
   background-position: center -256px;
 }
@@ -94,6 +91,7 @@
   background-position: center -320px;
 }
 
+#attach-wrapper .mime-gif .mime,
 #attach-wrapper .mime-jpg .mime,
 #attach-wrapper .mime-jpeg .mime {
   background-position: center -384px;
@@ -107,6 +105,9 @@
   background-position: center -512px;
 }
 
+#attach-wrapper .mime-odp .mime,
+#attach-wrapper .mime-pps .mime,
+#attach-wrapper .mime-ppt .mime,
 #attach-wrapper .mime-pptx .mime {
   background-position: center -576px;
 }
@@ -141,6 +142,7 @@
   background-position: center -1024px;
 }
 
+#attach-wrapper .mime-ods .mime,
 #attach-wrapper .mime-xls .mime,
 #attach-wrapper .mime-xlsx .mime {
   background-position: center -1088px;
@@ -259,7 +261,8 @@ table.itu-attachment-list .mime {
 }
 
 .itu-attachment-list .mime-odt,
-.itu-attachment-list .mime-doc {
+.itu-attachment-list .mime-doc,
+.itu-attachment-list .mime-docx {
   background-position: center -64px !important;
 }
 
@@ -267,10 +270,6 @@ table.itu-attachment-list .mime {
   background-position: center -96px !important;
 }
 
-.itu-attachment-list .mime-gif {
-  background-position: center -192px !important;
-}
-
 .itu-attachment-list .mime-gz {
   background-position: center -128px !important;
 }
@@ -279,6 +278,7 @@ table.itu-attachment-list .mime {
   background-position: center -160px !important;
 }
 
+.itu-attachment-list .mime-gif,
 .itu-attachment-list .mime-jpg,
 .itu-attachment-list .mime-jpeg {
   background-position: center -192px !important;
@@ -292,6 +292,9 @@ table.itu-attachment-list .mime {
   background-position: center -256px !important;
 }
 
+.itu-attachment-list .mime-odp,
+.itu-attachment-list .mime-pps,
+.itu-attachment-list .mime-ppt,
 .itu-attachment-list .mime-pptx {
   background-position: center -288px !important;
 }
@@ -326,6 +329,7 @@ table.itu-attachment-list .mime {
   background-position: center -512px !important;
 }
 
+.itu-attachment-list .mime-ods,
 .itu-attachment-list .mime-xls,
 .itu-attachment-list .mime-xlsx {
   background-position: center -544px !important;
