1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-16 20:23:32 +01:00

Add filtering to :addons and :downloads. Add -type flag to :addons.

--HG--
extra : transplant_source : %06i65%11-C%E7b%12%C0%8E%8C%8Ed%C9%ED8I%13
This commit is contained in:
Kris Maglione
2011-01-24 05:05:57 -05:00
parent fb4aafc21e
commit 74b6710484
6 changed files with 70 additions and 14 deletions

View File

@@ -424,6 +424,7 @@ var ConfigBase = Class("ConfigBase", {
Link position: relative; padding-right: 2em;
Link:not(:hover)>LinkInfo opacity: 0; left: 0; width: 1px; height: 1px; overflow: hidden;
LinkInfo {
color: black;
position: absolute;
left: 100%;
padding: 1ex;
@@ -518,6 +519,7 @@ var ConfigBase = Class("ConfigBase", {
DownloadState;;;DownloadCell
DownloadTime;;;DownloadCell
DownloadTitle;;;DownloadCell,URL
DownloadTitle>Link>a max-width: 48ex; overflow: hidden; display: inline-block;
AddonCell display: table-cell; padding: 0 1ex;
@@ -530,7 +532,7 @@ var ConfigBase = Class("ConfigBase", {
Addon>*;;;AddonCell
AddonButtons
AddonDescription
AddonName
AddonName max-width: 48ex; overflow: hidden;
AddonStatus
AddonVersion