diff options
author | NateN1222 <nathannichols454@gmail.com> | 2017-08-10 15:27:48 -0500 |
---|---|---|
committer | NateN1222 <nathannichols454@gmail.com> | 2017-08-10 15:27:48 -0500 |
commit | ec120cf896aee2c595d957745f9909a506c8036c (patch) | |
tree | c34bf42d9dfb232fdd95a11b207cfa8fd9d1d5a5 /html/display_panel/content/panel-styles.css | |
parent | 1d3226b53975374b266431203cdb3a355480eb60 (diff) |
Started to implement the buttons in the pop-up and the "open in new tab" option
Diffstat (limited to 'html/display_panel/content/panel-styles.css')
-rw-r--r-- | html/display_panel/content/panel-styles.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/html/display_panel/content/panel-styles.css b/html/display_panel/content/panel-styles.css index 075c0d2..802c7f9 100644 --- a/html/display_panel/content/panel-styles.css +++ b/html/display_panel/content/panel-styles.css @@ -93,7 +93,6 @@ ul.blocked-js ul li, ul.accepted-js ul li, ul.dryrun-js ul li { float:right; padding:10px; display:none; - clear:both; margin:10px; } @@ -109,13 +108,7 @@ ul.blocked-js ul li, ul.accepted-js ul li, ul.dryrun-js ul li { text-decoration: none; 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; - -moz-border-radius: .5em; border-radius: .5em; - -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); - -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); - box-shadow: 0 1px 2px rgba(0,0,0,.2); } .small.button { font-size:11px; |