X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2FdirListing%2FdirListing.css;h=9d57a16e6ba11ed747782656daf17187844bdcae;hp=00c8ec08218a8c59ee425d6bc412d28d6671e20c;hb=4ed82c79b6ec5b64c3a77c7f89487705df522e8d;hpb=8caa872d050772c572257f23011c668f70dcaef7 diff --git a/LCARStrek/global/dirListing/dirListing.css b/LCARStrek/global/dirListing/dirListing.css index 00c8ec08..9d57a16e 100644 --- a/LCARStrek/global/dirListing/dirListing.css +++ b/LCARStrek/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: #000000; color: #FF9F00; - font: 12px helvetica,arial,tahoma,sans-serif; + font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; -moz-padding-start: 2em; -moz-padding-end: 2em; } @@ -54,7 +55,7 @@ body { } h1 { - margin: 0 0 .6em 0; + margin: 0 0 .6em; border-bottom: 1px solid #008484; font-size: 160%; font-weight: normal; @@ -78,11 +79,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%; @@ -95,7 +104,7 @@ thead { /* last modified */ th:first-child { - text-align: center; + text-align: center !important; } th:hover > a {