Made the close icon a bit smaller

This commit is contained in:
Javier Eguiluz 2015-07-14 15:44:49 +02:00
parent 3ab2e20913
commit 9b585b9808

View File

@ -39,6 +39,7 @@
.sf-toolbarreset img { .sf-toolbarreset img {
max-height: 20px; max-height: 20px;
} }
.sf-toolbarreset .hide-button { .sf-toolbarreset .hide-button {
background: #444; background: #444;
cursor: pointer; cursor: pointer;
@ -47,11 +48,14 @@
top: 0; top: 0;
right: 0; right: 0;
width: 36px; width: 36px;
height: 28px; height: 36px;
cursor: pointer; cursor: pointer;
padding-top: 8px;
text-align: center; text-align: center;
} }
.sf-toolbarreset .hide-button svg {
max-height: 18px;
padding-top: 10px;
}
.sf-toolbar-block { .sf-toolbar-block {
cursor: default; cursor: default;