summaryrefslogtreecommitdiff
path: root/common/modules/config.jsm
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-01-24 00:37:32 -0500
committerKris Maglione <maglione.k@gmail.com>2011-01-24 00:37:32 -0500
commit0a422502baaf59a99be649c7d8aeff2547cbc7c6 (patch)
tree1250636f39690ed8d68431595db11689e75a905c /common/modules/config.jsm
parentbeb9d69eaa96f7ba05be7a165555e20d786f9424 (diff)
downloadpentadactyl-0a422502baaf59a99be649c7d8aeff2547cbc7c6.tar.gz
Add Clear button to :downloads.
--HG-- branch : key-processing
Diffstat (limited to 'common/modules/config.jsm')
-rw-r--r--common/modules/config.jsm20
1 files changed, 11 insertions, 9 deletions
diff --git a/common/modules/config.jsm b/common/modules/config.jsm
index c0ff190b..c603940a 100644
--- a/common/modules/config.jsm
+++ b/common/modules/config.jsm
@@ -499,23 +499,25 @@ var ConfigBase = Class("ConfigBase", {
Button::after content: "]"; color: gray; text-decoration: none !important;
Button:not([collapsed]) ~ Button:not([collapsed])::before content: "/[";
+ DownloadCell display: table-cell; padding: 0 1ex;
+
Downloads display: table; margin: 0; padding: 0;
DownloadHead;;;CompTitle display: table-row;
- DownloadHead>*;;;DownloadCell display: table-cell;
+ DownloadHead>*;;;DownloadCell
Download display: table-row;
Download:not([active]) color: gray;
- DownloadCell display: table-cell; padding: 0 1ex;
- DownloadButtons;;;DownloadCell
- DownloadPercent;;;DownloadCell
- DownloadProgress;;;DownloadCell
+ Download>*;;;DownloadCell
+ DownloadButtons
+ DownloadPercent
+ DownloadProgress
DownloadProgressHave
DownloadProgressTotal
- DownloadSource;;;DownloadCell,URL
- DownloadState;;;DownloadCell
- DownloadTime;;;DownloadCell
- DownloadTitle;;;DownloadCell,URL
+ DownloadSource
+ DownloadState
+ DownloadTime
+ DownloadTitle
// </css>
]]></>, /&#x0d;/g, "\n")),