X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FdirListing%2FdirListing.css;h=c122145ece0f8b579a4c4f0fa58eaf8c04d8ea42;hb=44797ee612c79e25cef2396feaed502d18c89a4e;hp=f1fdc2c3e95b3b322d30cac3559c32f6caf64949;hpb=6c5a63bbd8e0df71327748f51f8164e44b1eb066;p=themes.git diff --git a/EarlyBlue/global/dirListing/dirListing.css b/EarlyBlue/global/dirListing/dirListing.css index f1fdc2c3..c122145e 100644 --- a/EarlyBlue/global/dirListing/dirListing.css +++ b/EarlyBlue/global/dirListing/dirListing.css @@ -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; @@ -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 */