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 | 93b9aade1d0eae9a2c035c56ceb4436f32d9eaed (patch) | |
tree | 671b2d9ce1d4ed11fb7f82585178686af2291f51 /common/modules/config.jsm | |
parent | 37719fdf1f1a20fe5e910a865631871e6f03819e (diff) | |
download | pentadactyl-93b9aade1d0eae9a2c035c56ceb4436f32d9eaed.tar.gz |
Update :extensions with live update and buttons like :downloads. Rename to :addons.
--HG--
branch : key-processing
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 c603940a..98579722 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -499,6 +499,8 @@ var ConfigBase = Class("ConfigBase", { Button::after content: "]"; color: gray; text-decoration: none !important; Button:not([collapsed]) ~ Button:not([collapsed])::before content: "/["; + Buttons + DownloadCell display: table-cell; padding: 0 1ex; Downloads display: table; margin: 0; padding: 0; @@ -519,6 +521,21 @@ var ConfigBase = Class("ConfigBase", { DownloadTime DownloadTitle + 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")), |