diff options
Diffstat (limited to 'data/display_panel/content')
-rw-r--r-- | data/display_panel/content/README | 2 | ||||
-rw-r--r-- | data/display_panel/content/display-panel.html | 24 | ||||
-rw-r--r-- | data/display_panel/content/panel-styles.css | 10 |
3 files changed, 18 insertions, 18 deletions
diff --git a/data/display_panel/content/README b/data/display_panel/content/README index a56ea46..cb4de9b 100644 --- a/data/display_panel/content/README +++ b/data/display_panel/content/README @@ -1,5 +1,5 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * diff --git a/data/display_panel/content/display-panel.html b/data/display_panel/content/display-panel.html index 68d203e..61d879f 100644 --- a/data/display_panel/content/display-panel.html +++ b/data/display_panel/content/display-panel.html @@ -6,7 +6,7 @@ <link rel="stylesheet" type="text/css" href="./panel-styles.css"/> <!-- /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * @@ -30,20 +30,20 @@ <body> <div class="title-area"> <div> - <a class="libre" - id="ljs-settings" - href="javascript:void" - title="LibreJS Whitelist Settings"> - <h1 class="libre">LibreJS</h1> - </a> + <h1 class="libre"> + <a title="LibreJSXUL Whitelist Settings" + id="ljs-settings" + href="javascript:void" + class="libre">LibreJSXUL</a> + </h1> </div> <div> - <a target="_blank" href="https://www.gnu.org/software/librejs/" - id="librejs-web-link" - >gnu.org/software/librejs</a> + <a id="librejs-web-link" + href="https://wiki.hyperbola.info/doku.php?id=en:project:iceweasel-uxp_addons" + target="_blank">Addons for Iceweasel-UXP</a> </div> <div> - <strong>LibreJS 6.0.13</strong> + <strong>LibreJSXUL 6.0.14</strong> </div> </div> @@ -60,7 +60,7 @@ <div id="blocked"> <h2 class="blocked-js"></h2> - <ul class="blocked-js"> + <ul class="blocked-js"></ul> </div> <div id="librejs-web-labels-pages"> diff --git a/data/display_panel/content/panel-styles.css b/data/display_panel/content/panel-styles.css index 2e5223b..da69824 100644 --- a/data/display_panel/content/panel-styles.css +++ b/data/display_panel/content/panel-styles.css @@ -1,5 +1,5 @@ /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * @@ -97,7 +97,7 @@ ul.blocked-js ul li, ul.accepted-js ul li, ul.dryrun-js ul li { margin:10px; } -/* +/* Pure JS button styles below taken from: http://webdesignerwall.com/tutorials/css3-gradient-buttons */ @@ -110,7 +110,7 @@ ul.blocked-js ul li, ul.accepted-js ul li, ul.dryrun-js ul li { font: 14px/100% Arial, Helvetica, sans-serif; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); - -webkit-border-radius: .5em; + -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); @@ -158,7 +158,7 @@ ul.blocked-js ul li, ul.accepted-js ul li, ul.dryrun-js ul li { .white:active { background: -moz-linear-gradient(center top , #EDEDED, #FFFFFF) repeat scroll 0 0 transparent; /*color: #999999;*/ - + } span.accepted, span.blocked { @@ -187,4 +187,4 @@ span.blocked { margin-top: 8px; font-size: 14px; list-style-type: disc; -}
\ No newline at end of file +} |