From b0d5c049d41d9b92937306021ff7ea4bdd3f9f8b Mon Sep 17 00:00:00 2001 From: NateN1222 Date: Sun, 22 Oct 2017 11:03:01 -0500 Subject: removed debug buttons from blocked scripts display screen --- html/display_panel/content/panel-styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'html/display_panel/content/panel-styles.css') diff --git a/html/display_panel/content/panel-styles.css b/html/display_panel/content/panel-styles.css index 802c7f9..01d2696 100644 --- a/html/display_panel/content/panel-styles.css +++ b/html/display_panel/content/panel-styles.css @@ -32,7 +32,6 @@ body { overflow-y:visible; color:#000; } - .libre { width:230px; height:104px; @@ -106,7 +105,7 @@ ul.blocked-js ul li, ul.accepted-js ul li, ul.dryrun-js ul li { cursor: pointer; text-align: center; text-decoration: none; - font: 14px/100% Arial, Helvetica, sans-serif; + font: 10px/100% Arial, Helvetica, sans-serif; padding: .5em 2em .55em; border-radius: .5em; } -- cgit v1.2.3