summaryrefslogtreecommitdiff
path: root/common/modules/config.jsm
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-01-24 05:05:57 -0500
committerKris Maglione <maglione.k@gmail.com>2011-01-24 05:05:57 -0500
commite0e2e805f7cf500680443620b3b6dbd7b94b3ce4 (patch)
tree3f8ed691d360c3ade3dafcfa6b6614542b1ed4c2 /common/modules/config.jsm
parent93b9aade1d0eae9a2c035c56ceb4436f32d9eaed (diff)
downloadpentadactyl-e0e2e805f7cf500680443620b3b6dbd7b94b3ce4.tar.gz
Add filtering to :addons and :downloads. Add -type flag to :addons.
--HG-- branch : key-processing
Diffstat (limited to 'common/modules/config.jsm')
-rw-r--r--common/modules/config.jsm4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/modules/config.jsm b/common/modules/config.jsm
index 98579722..33242e9b 100644
--- a/common/modules/config.jsm
+++ b/common/modules/config.jsm
@@ -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;
@@ -520,6 +521,7 @@ var ConfigBase = Class("ConfigBase", {
DownloadState
DownloadTime
DownloadTitle
+ DownloadTitle>Link>a max-width: 48ex; overflow: hidden; display: inline-block;
AddonCell display: table-cell; padding: 0 1ex;
@@ -532,7 +534,7 @@ var ConfigBase = Class("ConfigBase", {
Addon>*;;;AddonCell
AddonButtons
AddonDescription
- AddonName
+ AddonName max-width: 48ex; overflow: hidden;
AddonStatus
AddonVersion