Skip to content

Commit 6225765

Browse files
javiereguiluzfabpot
authored andcommitted
[WebProfilerBundle] Move panel specific styles to each panel
1 parent 1a4eac2 commit 6225765

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Resources/views/Collector/security.html.twig

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
{% block page_title 'Security' %}
44

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+
534
{% block toolbar %}
635
{% if collector.firewall %}
736
{% set icon %}

0 commit comments

Comments
 (0)