? seven-input-format.patch ? sites/default/files ? sites/default/private ? sites/default/settings.php Index: .htaccess =================================================================== RCS file: /cvs/drupal/drupal/.htaccess,v retrieving revision 1.104 diff -u -p -r1.104 .htaccess --- .htaccess 16 Aug 2009 12:10:36 -0000 1.104 +++ .htaccess 15 Nov 2009 12:22:16 -0000 @@ -86,7 +86,7 @@ DirectoryIndex index.php index.html inde # # If your site is running in a VirtualDocumentRoot at http://example.com/, # uncomment the following line: - # RewriteBase / + RewriteBase / # Rewrite URLs of the form 'x' to the form 'index.php?q=x'. RewriteCond %{REQUEST_FILENAME} !-f Index: themes/seven/style.css =================================================================== RCS file: /cvs/drupal/drupal/themes/seven/style.css,v retrieving revision 1.21 diff -u -p -r1.21 style.css --- themes/seven/style.css 11 Nov 2009 06:56:52 -0000 1.21 +++ themes/seven/style.css 15 Nov 2009 12:22:17 -0000 @@ -479,7 +479,7 @@ html.js fieldset.collapsible .fieldset-w } div.form-item { - padding: 9px; + padding: 9px 0; margin: 0 0 10px; } @@ -520,7 +520,7 @@ div.form-item label.option input { .filter-wrapper { border-top: 0; width: 95%; - padding: 10px 2px 10px 2px; + padding: 10px 2px; } .filter-wrapper > div { @@ -608,6 +608,11 @@ select.form-select:focus { border-color: #ace; } +.resizable-textarea .grippie { + width: 100%; + padding: 0 2px; +} + html.js input.form-autocomplete { background-position: 100% 4px; }