Limit the max height/width of icons in the profiler menu

This commit is contained in:
Javier Eguiluz 2016-01-11 11:52:51 +01:00 committed by Fabien Potencier
parent 4555fecf53
commit 1f5f81cf11
2 changed files with 6 additions and 2 deletions

View File

@ -619,6 +619,11 @@ tr.status-warning td {
width: 50px;
text-align: center;
}
#menu-profiler .label .icon img,
#menu-profiler .label .icon svg {
height: 24px;
max-width: 24px;
}
#menu-profiler li a .label .icon svg path {
fill: #DDD;
}

View File

@ -50,8 +50,7 @@
}
.sf-toolbarreset svg,
.sf-toolbarreset img {
max-height: 20px;
max-width: 20px;
height: 20px;
}
.sf-toolbarreset .hide-button {