? .project
? sites/default/files
? sites/default/private
? sites/default/settings.php
Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.765
diff -u -p -r1.765 comment.module
--- modules/comment/comment.module	29 Aug 2009 10:46:40 -0000	1.765
+++ modules/comment/comment.module	31 Aug 2009 20:53:43 -0000
@@ -1023,7 +1023,7 @@ function comment_form_alter(&$form, $for
       COMMENT_NODE_OPEN => array(
         '#type' => 'radio',
         '#title' => t('Open'),
-        '#description' => theme('indentation') . t('Users with the "Post comments" permission can post comments.'),
+        '#description' => t('Users with the "Post comments" permission can post comments.'),
         '#return_value' => COMMENT_NODE_OPEN,
         '#default_value' => $comment_settings,
         '#id' => 'edit-comment-2',
@@ -1032,7 +1032,7 @@ function comment_form_alter(&$form, $for
       COMMENT_NODE_CLOSED => array(
         '#type' => 'radio',
         '#title' => t('Closed'),
-        '#description' => theme('indentation') . t('Users cannot post comments, but existing comments will be displayed.'),
+        '#description' => t('Users cannot post comments, but existing comments will be displayed.'),
         '#return_value' => COMMENT_NODE_CLOSED,
         '#default_value' => $comment_settings,
         '#id' => 'edit-comment-1',
@@ -1041,7 +1041,7 @@ function comment_form_alter(&$form, $for
       COMMENT_NODE_HIDDEN => array(
         '#type' => 'radio',
         '#title' => t('Hidden'),
-        '#description' => theme('indentation') . t('Comments are hidden from view.'),
+        '#description' => t('Comments are hidden from view.'),
         '#return_value' => COMMENT_NODE_HIDDEN,
         '#default_value' => $comment_settings,
         '#id' => 'edit-comment-0',
@@ -1053,7 +1053,7 @@ function comment_form_alter(&$form, $for
     if (empty($comment_count)) {
       unset($form['comment_settings']['comment']['#options'][COMMENT_NODE_HIDDEN]);
       unset($form['comment_settings']['comment'][COMMENT_NODE_HIDDEN]);
-      $form['comment_settings']['comment'][COMMENT_NODE_CLOSED]['#description'] = theme('indentation') . t('Users cannot post comments.');
+      $form['comment_settings']['comment'][COMMENT_NODE_CLOSED]['#description'] = t('Users cannot post comments.');
     }
   }
 }
Index: modules/system/system.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.css,v
retrieving revision 1.61
diff -u -p -r1.61 system.css
--- modules/system/system.css	24 Aug 2009 03:11:34 -0000	1.61
+++ modules/system/system.css	31 Aug 2009 20:53:51 -0000
@@ -150,6 +150,9 @@ tr.merge-up, tr.merge-up td, tr.merge-up
   margin-top: 0.4em;
   margin-bottom: 0.4em;
 }
+.form-type-radio .description, .form-type-checkbox .description {
+  margin-left: 2.4em;
+}
 .marker, .form-required {
   color: #f00;
 }
Index: themes/seven/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/seven/style.css,v
retrieving revision 1.16
diff -u -p -r1.16 style.css
--- themes/seven/style.css	31 Aug 2009 17:40:04 -0000	1.16
+++ themes/seven/style.css	31 Aug 2009 20:53:52 -0000
@@ -537,6 +537,11 @@ div.form-item div.description {
   color: #666;
 }
 
+body div.form-type-radio div.description, body div.form-type-checkbox div.description {
+  margin-left: 1.5em;
+}
+
+
 /* Buttons */
 input.form-submit {
   cursor: pointer;
