X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=EarlyBlue%2Fglobal%2FdirListing%2FdirListing.css;h=457454d2ed303a49caa946f20593349bccd4ce51;hb=ca710c53d5db01958c0a42128462487e4229c94f;hp=f1fdc2c3e95b3b322d30cac3559c32f6caf64949;hpb=6c5a63bbd8e0df71327748f51f8164e44b1eb066;p=themes.git diff --git a/EarlyBlue/global/dirListing/dirListing.css b/EarlyBlue/global/dirListing/dirListing.css index f1fdc2c3..457454d2 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 @@ -38,8 +39,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 +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,16 +103,16 @@ thead { /* last modified */ th:first-child { - text-align: center; + text-align: center !important; } -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 */