File tree 2 files changed +13
-12
lines changed
SecurityBundle/Resources/views/Collector
WebProfilerBundle/Resources/views/Profiler
2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 26
26
{% endif %}
27
27
{% if collector .providerKey %}
28
28
<div class =" sf-toolbar-info-piece" >
29
- <a class =" sf-btn" title =" Logout from the {{ collector .providerKey }} firewall" href =" {{ logout_path(collector .providerKey ) }}" ><span class =" sf-icon sf-danger" >× </span > Logout</a >
29
+ <b >Actions</b >
30
+ <a class =" sf-btn" title =" Logout from the {{ collector .providerKey }} firewall" href =" {{ logout_path(collector .providerKey ) }}" >Logout</a >
30
31
</div >
31
32
{% endif %}
32
33
{% elseif collector .enabled %}
Original file line number Diff line number Diff line change 126
126
}
127
127
128
128
.sf-toolbar-block .sf-toolbar-info-piece .sf-btn {
129
- background: #F5F5F5;
130
- border: 1px solid #CCC;
131
- border-radius: 4px;
132
- display: inline-block;
129
+ padding: 4px 8px;
133
130
font-weight: bold;
134
- text-decoration: none;
135
- margin-top: 2px;
136
- padding: 1px 6px;
131
+ color: #333;
132
+ white-space: nowrap;
133
+ vertical-align: middle;
134
+ cursor: pointer;
135
+ background-color: #EEE;
136
+ background-image: -webkit-linear-gradient(#FCFCFC, #EEE);
137
+ background-image: linear-gradient(#FCFCFC, #EEE);
138
+ border: 1px solid #D5D5D5;
139
+ border-radius: 3px;
137
140
}
138
141
139
142
.sf-toolbar-block .sf-toolbar-info-piece .sf-btn:hover {
140
143
background: #FAFAFA;
144
+ text-decoration: none;
141
145
}
142
146
143
147
.sf-toolbar-block .sf-toolbar-info-piece .sf-btn:active {
144
148
border-style: inset;
145
149
}
146
150
147
- .sf-toolbar-block .sf-toolbar-info-piece .sf-icon.sf-danger {
148
- color: #A33;
149
- }
150
-
151
151
.sf-toolbar-block .sf-toolbar-info-with-next-pointer:after {
152
152
content: ' :: ';
153
153
color: #999;
You can’t perform that action at this time.
0 commit comments