update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / EarlyBlue / global / dirListing / dirListing.css
index f1fdc2c3e95b3b322d30cac3559c32f6caf64949..a2794286a93234ec6d55ee1cdf15d484ca896da0 100644 (file)
@@ -38,8 +38,8 @@
   background-color: #CCD0DD;
   color: #000000;
   font: 12px helvetica,arial,tahoma,sans-serif;
-  padding-left: 2em;
-  padding-right: 2em;
+  -moz-padding-start: 2em;
+  -moz-padding-end: 2em;
 }
 
 body {
@@ -97,13 +97,13 @@ th:first-child {
   text-align: center;
 }
 
-table[order] > thead > tr > th:hover {
+th:hover > a {
   text-decoration: underline;
 }
 
 tbody > tr:hover {
   outline: 1px solid #808080;
-  -moz-outline-radius: .3em;
+  outline-radius: .3em;
 }
 
 /* let 'Size' and 'Last Modified' take only as much space as they need and 'Name' all the rest */