update to suite default status of 2009-01-30: bug 466261 - outbox icon
[themes.git] / EarlyBlue / global / dirListing / dirListing.css
index aa447b916a37afd291bd7f1676254453ed11a7c6..c122145ece0f8b579a4c4f0fa58eaf8c04d8ea42 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 {
@@ -54,7 +54,7 @@ body {
 }
 
 h1 {
-  margin: 0 0 .6em 0;
+  margin: 0 0 .6em;
   border-bottom: 1px solid #666699;
   font-size: 160%;
   font-weight: normal;
@@ -103,7 +103,7 @@ th:hover > a {
 
 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 */