diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-01-24 00:37:32 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-01-24 00:37:32 -0500 |
commit | 0a422502baaf59a99be649c7d8aeff2547cbc7c6 (patch) | |
tree | 1250636f39690ed8d68431595db11689e75a905c /common/modules/config.jsm | |
parent | beb9d69eaa96f7ba05be7a165555e20d786f9424 (diff) | |
download | pentadactyl-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.jsm | 20 |
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> ]]></>, /
/g, "\n")), |