Index: themes/seven/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/seven/style.css,v
retrieving revision 1.50
diff -u -r1.50 style.css
--- themes/seven/style.css	31 Mar 2010 20:24:13 -0000	1.50
+++ themes/seven/style.css	9 Apr 2010 09:45:43 -0000
@@ -98,7 +98,7 @@
 ul, .block ul, .item-list ul, .item-list ul {
   list-style-type: disc;
   list-style-image: none;
-  margin: 0.25em 0 0.25em 1.5em;
+  margin: 0.25em 0 0.25em 1.5em; /* LTR */
 }
 .item-list ul li, li.leaf, ul.menu li {
   list-style-type: disc;
@@ -183,7 +183,7 @@
 }
 #branding div.block {
   position: relative;
-  float: right;
+  float: right; /* LTR */
   width: 240px;
   padding-left: 10px;
   background: #333;
@@ -192,7 +192,7 @@
   display: none;
 }
 #branding div.block form div.form-item {
-  float: left;
+  float: left; /* LTR */
   border: 0;
   margin: 0;
   padding: 0;
@@ -418,7 +418,7 @@
 ul.admin-list.compact li {
   border: none;
   background: none;
-  margin: 0.25em 0 0.25em 1.5em;
+  margin: 0.25em 0 0.25em 1.5em; /* LTR */
   padding: 0;
   list-style-type: disc;
 }
@@ -505,7 +505,7 @@
 table th.active img {
   position: absolute;
   top: 3px;
-  right: 3px;
+  right: 3px; /* LTR */
 }
 table td.active {
   background: #e9e9dd;
@@ -624,7 +624,7 @@
   color: #666;
 }
 ul.tips li {
-  margin: 0.25em 0 0.25em 1.5em;
+  margin: 0.25em 0 0.25em 1.5em; /* LTR */
 }
 body div.form-type-radio div.description, body div.form-type-checkbox div.description {
   margin-left: 1.5em;
@@ -701,7 +701,7 @@
   overflow: hidden;
 }
 ul.action-links li {
-  float: left;
+  float: left; /* LTR */
   margin: 0 1em 0 0;
 }
 ul.action-links a {
@@ -869,7 +869,7 @@
   padding: 0 20px;
 }
 .overlay #branding div.breadcrumb {
-  float: left;
+  float: left; /* LTR */
   position: relative;
   z-index: 10;
 }
@@ -917,5 +917,5 @@
   border: none;
 }
 #block-node-recent .more-link {
-  padding: 0 5px 5px 0;
+  padding: 0 10px 5px 0; /* LTR */
 }
Index: themes/seven/style-rtl.css
===================================================================
RCS file: themes/seven/style-rtl.css
diff -N themes/seven/style-rtl.css
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ themes/seven/style-rtl.css	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,206 @@
+/* $Id$ */
+
+/**
+ * Generic elements.
+ */
+dl dd,
+dl dl {         // @todo
+  margin-left: 20px;
+}
+ul, .block ul, .item-list ul, .item-list ul {
+  margin: 0.25em 1.5em 0.25em 0;
+}
+ol {
+  margin: 0.25em 2em 0.25em 0;
+}
+.item-list ul li.collapsed, ul.menu li.collapsed {  // @todo check image
+  list-style-image:url(../../misc/menu-collapsed.png);
+}
+.item-list ul li.expanded, ul.menu li.expanded {  // @todo check image
+  list-style-image:url(../../misc/menu-expanded.png);
+}
+
+/**
+ * Skip link.   // @todo these are the original values of style.css
+ */
+#skip-link {
+  margin-left: -5.25em;
+}
+#skip-link a,
+#skip-link a:link,
+#skip-link a:visited {
+  left: -10000px;
+}
+
+/**
+ * Branding.
+ */
+#branding div.block {
+  float: left;
+  padding-left: 0;
+  padding-right: 10px;
+}
+#branding div.block form div.form-item {
+  float: right;
+}
+
+/**
+ * Page title.
+ */
+#branding h1.page-title {
+  float: right;
+}
+
+/**
+ * Tabs.
+ */
+ul.primary {
+  float: left;
+  padding: 3px 8px 0 0;
+}
+ul.secondary {
+  float: left;
+  margin-bottom: 10px;
+}
+ul.secondary li {
+  padding-left: 0;
+  padding-right: 10px;
+}
+
+/**
+ * Page layout.
+ */
+#secondary-links ul.links li { // @todo need to be checked
+  padding: 0 0 10px 10px;
+}
+ul.links li,
+ul.inline li {
+  padding-right: 1em;
+}
+ul.node-type-list li,
+ul.admin-list li {
+  background: url(images/list-item-rtl.png) no-repeat right 11px;
+  margin-right: -1.5em;
+  padding-right: 30px;
+}
+.admin-panel .item-list li{
+  margin: 0.25em 1.5em 0.25em 0;
+}
+ul.node-type-list li a,  // @todo original values, what has to be done?
+ul.admin-list li a {
+  margin-left: -30px;
+  padding: 0px 0 4px 30px;
+}
+
+
+/**
+ * Tables.
+ */
+table.system-status-report th {   // @todo need to be checked
+  padding-left: 0;
+  padding-right: 30px;
+}
+table th.active img {
+  right: auto;
+  left: 3px;
+}
+
+/**
+ * Fieldsets.
+ */
+fieldset .fieldset-legend {
+  padding-left: 0;
+  padding-right: 15px;
+}
+fieldset .fieldset-wrapper {
+  padding: 0 15px 13px 13px;
+}
+
+/**
+ * Form elements.
+ */
+ul.tips li {
+  margin: 0.25em 1.5em 0.25em 0;
+}
+body div.form-type-radio div.description, body div.form-type-checkbox div.description {   // @todo need to be checked
+  margin-left: 0;
+  margin-right: 1.5em;
+}
+ul.action-links li {
+  float: right;
+}
+ul.action-links a {
+  background: transparent url(images/add.png) no-repeat right center;
+  padding-left: 0;
+  padding-right: 15px;
+}
+
+/**
+ * System.
+ */
+div.admin-panel,
+div.admin-panel .body { 
+  clear: right;
+}
+
+/* admin/content and admin/people */
+dl.multiselect,
+dl.multiselect dt,
+dl.multiselect dd {
+  margin: 0 0 0 10px;
+}
+
+/* Update options. */
+div.admin-options label,
+div.admin-options div.form-item {
+  margin-left: 10px;
+  margin-right: 0;
+  float: right;
+}
+
+/* Maintenance theming */
+body.in-maintenance #sidebar-first {
+  float: right;
+}
+body.in-maintenance #content {
+  float: left;
+  padding-right: 0;
+  padding-left: 20px;
+}
+
+ol.task-list {
+  margin-right: 0;
+}
+ol.task-list li {
+  padding: 0.5em 20px 0.5em 1em;
+}
+ol.task-list li.active {
+  background: transparent url(images/task-item-rtl.png) no-repeat right 50%;
+  padding: 0.5em 20px 0.5em 1em;
+}
+
+/* Dashboard */
+#dashboard div.block h2 {
+  padding: 3px 19px 3px 9px;
+}
+#dashboard div.block div.content ul.menu {
+  margin-left: 0;
+  margin-right: 20px;
+}
+#block-node-recent .more-link {
+  padding: 0 0 5px 10px;
+}
+
+/*
+* Extra fixes
+*/
+.overlay #branding div.breadcrumb {
+  float: right;
+}
+div.add-or-remove-shortcuts {
+  float: right;
+  padding-right: 6px;
+}
+.content {  // @todo this is a "hack" to clear floating after secondary tabs
+clear: both;
+}
\ No newline at end of file
