X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FdirListing%2FdirListing.css;h=a2afd972d1175efd9412534fcc05abeb50220347;hp=c122145ece0f8b579a4c4f0fa58eaf8c04d8ea42;hb=4ed82c79b6ec5b64c3a77c7f89487705df522e8d;hpb=02920d2b69ae86d5762a1874ba85d273c38bac75 diff --git a/EarlyBlue/global/dirListing/dirListing.css b/EarlyBlue/global/dirListing/dirListing.css index c122145e..a2afd972 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,7 +38,7 @@ :root { background-color: #CCD0DD; color: #000000; - font: 12px helvetica,arial,tahoma,sans-serif; + font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; -moz-padding-start: 2em; -moz-padding-end: 2em; } @@ -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 {