diff options
Diffstat (limited to 'html/display-panel.html')
-rw-r--r-- | html/display-panel.html | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/html/display-panel.html b/html/display-panel.html index 0806f26..a8c52b6 100644 --- a/html/display-panel.html +++ b/html/display-panel.html @@ -11,10 +11,11 @@ <link type="text/css" rel="stylesheet" href="base.css" /> <link type="text/css" rel="stylesheet" href="back_button.css" /> <link type="text/css" rel="stylesheet" href="table.css" /> + <link type="text/css" rel="stylesheet" href="MOZILLA_scrollbar_fix.css" /> <style> body { width: max-content; - width: -moz-max-content; + width: -moz-fit-content; } .top>h2 { @@ -114,8 +115,6 @@ pre { font-family: monospace; background-color: white; - border-top: dashed #4CAF50 1px; - border-bottom: dashed #4CAF50 1px; padding: 1px 5px; } @@ -133,8 +132,11 @@ padding-right: 5px; } + .padding_top { + padding-top: 5px; + } + .header { - border-bottom: dashed #4CAF50 1px; padding-bottom: 0.3em; margin-bottom: 0.5em; text-align: center; @@ -146,7 +148,6 @@ } .footer { - border-top: dashed #4CAF50 1px; padding-top: 0.3em; margin-top: 0.5em; text-align: center; @@ -199,7 +200,7 @@ <label data-template="lbl"> <h3><div class="unroll_triangle"></div> script</h3> </label> - <pre data-template="script_contents"></pre> + <pre class="has_bottom_thin_line has_upper_thin_line" data-template="script_contents"></pre> </div> </div> @@ -242,7 +243,7 @@ Patterns higher are more specific and override the ones below. </aside> </div> - <div class="table_wrapper"> + <div class="table_wrapper firefox_scrollbars_hacky_fix"> <div> <table> <tbody id="possible_patterns"> @@ -250,6 +251,11 @@ </table> </div> </div> + <div class="padding_inline padding_top has_upper_thin_line firefox_scrollbars_hacky_fix has_inline_content"> + <span class="nowrap"> + <IMPORT html/default_blocking_policy.html /> + </span> + </div> </div> <input id="show_queried_view_radio" type="radio" class="show_next" name="current_view"></input> @@ -265,7 +271,7 @@ <h3 id="privileged_notice" class="middle hide">Privileged page</h3> <div id="page_state" class="hide"> - <div class="header padding_inline"> + <div class="header padding_inline has_bottom_thin_line"> <label for="show_patterns_view_radio" class="button"> Edit settings for this page </label> @@ -317,7 +323,7 @@ </div> </div> - <div class="footer padding_inline"> + <div class="footer padding_inline has_upper_thin_line"> <button id="settings_but" type="button"> Open Hachette settings </button> |