X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FdirListing%2FdirListing.css;h=a14b27ae1576823dcf49f3f92cb65d18ed540d0a;hb=f0eab82cc7fe6ce5061dfe3a6084f206acb02281;hp=aa447b916a37afd291bd7f1676254453ed11a7c6;hpb=6daee01334d189ab1232c857042af9083b25cab7;p=themes.git diff --git a/EarlyBlue/global/dirListing/dirListing.css b/EarlyBlue/global/dirListing/dirListing.css index aa447b91..a14b27ae 100644 --- a/EarlyBlue/global/dirListing/dirListing.css +++ b/EarlyBlue/global/dirListing/dirListing.css @@ -19,6 +19,7 @@ * the Initial Developer. All Rights Reserved. * * Contributor(s): + * Ehsan Akhgari * * 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 @@ -37,14 +38,14 @@ :root { background-color: #CCD0DD; color: #000000; - 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 #666699; - -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 #666699; font-size: 160%; font-weight: normal; @@ -77,11 +78,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%; @@ -94,7 +103,7 @@ thead { /* last modified */ th:first-child { - text-align: center; + text-align: center !important; } th:hover > a { @@ -103,7 +112,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 */