X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FdirListing%2FdirListing.css;h=97f3c7f34b272b71cbff33e4cbb975e27efd9fde;hp=6ff4be847111c7a9c73a7093b0f6c855f2966207;hb=ecb2fda954d8076fd5a1e39021e6aea122a10214;hpb=4d12b027587c575893aad19d5207e86f52bda796 diff --git a/EarlyBlue/global/dirListing/dirListing.css b/EarlyBlue/global/dirListing/dirListing.css index 6ff4be84..97f3c7f3 100644 --- a/EarlyBlue/global/dirListing/dirListing.css +++ b/EarlyBlue/global/dirListing/dirListing.css @@ -38,14 +38,16 @@ background-color: #CCD0DD; color: #000000; font: 12px helvetica,arial,tahoma,sans-serif; + padding-left: 2em; + padding-right: 2em; } body { border: 1px solid #666699; -moz-border-radius: 10px; padding: 3em; - min-width: 13em; - max-width: 52em; + min-width: 30em; + max-width: 65em; margin: 4em auto; background-color: #9999CC; color: #000000; @@ -103,7 +105,7 @@ th:first-child + th { padding-right: 2em; } -table[order] th:hover { +table[order] > thead > tr > th:hover { text-decoration: underline; } @@ -112,9 +114,7 @@ tbody > tr:not(:hover) > td:not(:first-child) { } /* let 'Size' and 'Last Modified' take only as much space as they need and 'Name' all the rest */ -td:first-child + td , -td:first-child + td + td , -td:last-child { +td:not(:first-child) { width: 0; } @@ -131,16 +131,9 @@ td:last-child { .file > img { margin-right: 4px; margin-left: -20px; - opacity: .6; vertical-align: middle; } .up::before { content: url("chrome://global/skin/dirListing/up.png"); } - -.up:hover::before , -tr:hover > td > a::before , -tr:hover > td > .file > img { - opacity: 1; -}