update both themes to toolkit winstripe changes up to 2010-09-24
[themes.git] / LCARStrek / global / dirListing / dirListing.css
index 40bcb28d6859ca1b363c8d99464dc4d28df4cd83..21ca23aedb930db00687fc8f77d8e516a11d8d00 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
 :root {
   background-color: #000000;
   color: #FF9F00;
-  font: 12px helvetica,arial,tahoma,sans-serif;
-  padding-left: 2em;
-  padding-right: 2em;
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+  -moz-padding-start: 2em;
+  -moz-padding-end: 2em;
 }
 
 body {
   border: 1px solid #9C9CFF;
-  -moz-border-radius: 10px;
+  border-radius: 10px;
   padding: 3em;
   min-width: 30em;
   max-width: 65em;
@@ -54,7 +55,7 @@ body {
 }
 
 h1 {
-  margin: 0 0 .6em 0;
+  margin: 0 0 .6em;
   border-bottom: 1px solid #008484;
   font-size: 160%;
   font-weight: normal;
@@ -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 {