diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-01-24 03:56:27 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-01-24 03:56:27 -0500 |
commit | fb4aafc21e1057e0614e6c2058dcdf5bbddcf4b2 (patch) | |
tree | aed31e1cdaffc3397cf25e0baded35666d4fe45e /common/modules/config.jsm | |
parent | f23e9321f1f1a73b0456a5fa2e9ee5ba62fd3af8 (diff) | |
download | pentadactyl-fb4aafc21e1057e0614e6c2058dcdf5bbddcf4b2.tar.gz |
Update :extensions with live update and buttons like :downloads. Rename to :addons.
--HG--
extra : transplant_source : %CD%8A%D4L%5D%DD%5E6A%1A%02Gm%22%28%0E3%A6%B4%85
Diffstat (limited to 'common/modules/config.jsm')
-rw-r--r-- | common/modules/config.jsm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/common/modules/config.jsm b/common/modules/config.jsm index c0ff190b..9b13b7d7 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -506,6 +506,8 @@ var ConfigBase = Class("ConfigBase", { Download display: table-row; Download:not([active]) color: gray; + Buttons + DownloadCell display: table-cell; padding: 0 1ex; DownloadButtons;;;DownloadCell DownloadPercent;;;DownloadCell @@ -517,6 +519,21 @@ var ConfigBase = Class("ConfigBase", { DownloadTime;;;DownloadCell DownloadTitle;;;DownloadCell,URL + AddonCell display: table-cell; padding: 0 1ex; + + Addons display: table; margin: 0; padding: 0; + AddonHead;;;CompTitle display: table-row; + AddonHead>*;;;AddonCell + + Addon display: table-row; + + Addon>*;;;AddonCell + AddonButtons + AddonDescription + AddonName + AddonStatus + AddonVersion + // </css> ]]></>, /
/g, "\n")), |