? bartik-778290-17.patch
? bartik-778290-18.patch
? sites/all/.DS_Store
? sites/all/modules/.DS_Store
? sites/all/modules/devel
? sites/default/files
? sites/default/settings.php
Index: themes/bartik/css/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/style.css,v
retrieving revision 1.1
diff -u -p -r1.1 style.css
--- themes/bartik/css/style.css	6 Jul 2010 05:25:51 -0000	1.1
+++ themes/bartik/css/style.css	24 Jul 2010 01:53:53 -0000
@@ -1039,6 +1039,47 @@ fieldset .description {
   padding-top: 10px;
 }
 
+
+/* Contact form */
+#contact-site-form #edit-name {
+  width: 75%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+#contact-site-form .form-item-mail label {
+}
+#contact-site-form #edit-mail {
+  width: 75%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+#contact-site-form .form-item-subject label {
+}
+#contact-site-form #edit-subject {
+  width: 75%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+#contact-site-form #edit-message label {
+}
+#contact-site-form #edit-message {
+  width: 76%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius-topright: 4px;
+  -moz-border-radius-topleft: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+#contact-site-form .resizable-textarea .grippie {
+  width: 76%;
+}
+
 /* Animated throbber */
 html.js input.form-autocomplete {
   background-position: 100% 4px; /* LTR */
