File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Resources/views/Collector Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
{% block page_title ' Security' %}
4
4
5
+ {% block head %}
6
+ {{ parent () }}
7
+
8
+ <style >
9
+ #collector-content .decision-log .voter_result td {
10
+ border-top-width : 1px ;
11
+ border-bottom-width : 0 ;
12
+ padding-bottom : 0 ;
13
+ }
14
+
15
+ #collector-content .decision-log .voter_details td {
16
+ border-top-width : 0 ;
17
+ border-bottom-width : 1px ;
18
+ padding-bottom : 0 ;
19
+ }
20
+
21
+ #collector-content .decision-log .voter_details table {
22
+ border : 0 ;
23
+ margin : 0 ;
24
+ box-shadow : unset ;
25
+ }
26
+
27
+ #collector-content .decision-log .voter_details table td {
28
+ border : 0 ;
29
+ padding : 0 0 8px 0 ;
30
+ }
31
+ </style >
32
+ {% endblock %}
33
+
5
34
{% block toolbar %}
6
35
{% if collector .firewall %}
7
36
{% set icon %}
You can’t perform that action at this time.
0 commit comments