### Eclipse Workspace Patch 1.0
#P drupal-cvs
Index: modules/system/system-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system-rtl.css,v
retrieving revision 1.5
diff -u -r1.5 system-rtl.css
--- modules/system/system-rtl.css	5 Oct 2007 14:50:25 -0000	1.5
+++ modules/system/system-rtl.css	6 Oct 2007 10:51:14 -0000
@@ -1,5 +1,17 @@
 /* $Id: system-rtl.css,v 1.5 2007/10/05 14:50:25 goba Exp $ */
 
+/*
+** HTML elements
+*/
+thead th {
+  text-align: right;
+  padding-right: 0.5em;
+  padding-left: 1em;
+}
+
+/*
+** Other common styles
+*/
 .item-list .icon {
   float: left;
   padding-left: inherit;
@@ -26,6 +38,9 @@
   padding: 0 1em 0.25em 0;
 }
 
+/*
+** Tab navigation
+*/
 ul.primary {
   padding: 0 1em 0 0;
 }
@@ -39,6 +54,11 @@
   border-right: inherit;
   border-left: 1px solid #ccc;
 }
+
+/*
+** Autocomplete styles
+*/
+/* Animated throbber */
 html.js input.form-autocomplete {
   background-position: 0% 2px;
 }
@@ -46,6 +66,9 @@
   background-position: 0% -18px;
 }
 
+/*
+** Collapsing fieldsets
+*/
 html.js fieldset.collapsible legend a {
   padding-left: inherit;
   padding-right: 15px;
@@ -56,6 +79,9 @@
   background-position: 98% 50%;
 }
 
+/*
+** Teaser splitter
+*/
 div.teaser-button-wrapper {
   float: left;
   padding-right: inherit;
@@ -74,10 +100,18 @@
 .ahah-progress {
   float: right;
 }
+
+/*
+** Password strength indicator
+*/
 input.password-field {
   margin-left: 10px;
   margin-right: inherit;
 }
+
+/*
+** Password confirmation checker
+*/
 input.password-confirm {
   margin-left: 10px;
   margin-right: inherit;
