update both themes for toolkit winstripe changes between 2009-02-23 and 2009-05-01
[themes.git] / LCARStrek / global / dirListing / dirListing.css
index 28efb9682c4b7d8d3e80017fefb71bbbdc9110f6..2da4f02e285361f8d22c6b654e98b1aca52dee5f 100644 (file)
@@ -19,6 +19,7 @@
  * the Initial Developer. All Rights Reserved.
  *
  * Contributor(s):
+ *   Ehsan Akhgari <ehsan.akhgari@gmail.com>
  *
  * Alternatively, the contents of this file may be used under the terms of
  * either the GNU General Public License Version 2 or later (the "GPL"), or
@@ -78,11 +79,19 @@ p {
   float: left;
 }
 
+body[dir="rtl"] #UI_goUp {
+  float: right;
+}
+
 #UI_showHidden {
   margin-top: 0;
   float: right;
 }
 
+body[dir="rtl"] #UI_showHidden {
+  float: left;
+}
+
 table {
   clear: both;
   width: 90%;
@@ -95,7 +104,7 @@ thead {
 
 /* last modified */
 th:first-child {
-  text-align: center;
+  text-align: center !important;
 }
 
 th:hover > a {